A compact set of pairwise parallel sentences, all originating from the
same source sentence, where only one comparison per system-pair is
allowed
|
|
int
|
|
ParallelSentence
|
get_multiranked_sentence(self,
critical_attribute=None,
new_rank_name=None,
del_orig_class_att=True)
It reconstructs a single parallel sentence object with a gathered
discrete [1-9] ranking out of the pairwise comparisons that exist in
the pairwise parallel sentence instances |
source code
|
|
ParallelSentence
|
get_multiranked_sentence_with_probfilter(self,
attribute1='
' ,
attribute2='
' ,
critical_attribute=' rank_soft_predicted ' ,
new_rank_name=None,
threshold=0.1)
It reconstructs a single parallel sentence object with a gathered
discrete [1-9] ranking out of the pairwise comparisons that exist in
the pairwise parallel sentence instances |
source code
|
|
ParallelSentence
|
get_multiranked_sentence_with_soft_ranks(self,
attribute1='
' ,
attribute2='
' ,
critical_attribute=' rank_soft_predicted ' ,
new_rank_name=None)
It reconstructs a single parallel sentence object with a gathered
discrete [1-9] ranking out of the pairwise comparisons that exist in
the pairwise parallel sentence instances |
source code
|
|
PairwiseParallelSentence
|
|
Inherited from PairwiseParallelSentenceSet :
get_parallelsentences ,
get_system_names ,
length
|