Package net.sf.okapi.steps.paraaligner
Class ParagraphAligner
- java.lang.Object
-
- net.sf.okapi.steps.paraaligner.ParagraphAligner
-
public class ParagraphAligner extends Object
SentenceAligner aligns source and target (paragraph)TextUnits and returns a list of aligned sentence-basedTextUnitobjects.
-
-
Constructor Summary
Constructors Constructor Description ParagraphAligner(List<AlignmentScorer<ITextUnit>> scorerList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.sf.okapi.steps.paraaligner.AlignedParagraphsalign(List<ITextUnit> sourceParagraphs, List<ITextUnit> targetParagraphs, LocaleId srcLocale, LocaleId trgLocale, boolean outputOneTOneMatchesOnly)
-
-
-
Constructor Detail
-
ParagraphAligner
public ParagraphAligner(List<AlignmentScorer<ITextUnit>> scorerList)
-
-