Uses of Interface
net.sf.okapi.steps.gcaligner.AlignmentScorer
-
Packages that use AlignmentScorer Package Description net.sf.okapi.steps.gcaligner net.sf.okapi.steps.paraaligner net.sf.okapi.steps.sentencealigner -
-
Uses of AlignmentScorer in net.sf.okapi.steps.gcaligner
Classes in net.sf.okapi.steps.gcaligner that implement AlignmentScorer Modifier and Type Class Description classGaleAndChurch<T>Constructor parameters in net.sf.okapi.steps.gcaligner with type arguments of type AlignmentScorer Constructor Description AlignmentFunction(LocaleId p_sourceLocale, LocaleId p_targetLocale, List<AlignmentScorer<T>> scorerList, Penalties penalties) -
Uses of AlignmentScorer in net.sf.okapi.steps.paraaligner
Constructor parameters in net.sf.okapi.steps.paraaligner with type arguments of type AlignmentScorer Constructor Description ParagraphAligner(List<AlignmentScorer<ITextUnit>> scorerList) -
Uses of AlignmentScorer in net.sf.okapi.steps.sentencealigner
Constructor parameters in net.sf.okapi.steps.sentencealigner with type arguments of type AlignmentScorer Constructor Description SentenceAligner(List<AlignmentScorer<Segment>> scorerList)
-