Class ParagraphPair
- java.lang.Object
-
- net.sf.okapi.steps.heuristicaligner.ParagraphPair
-
public class ParagraphPair extends Object
Represents an aligned pair of source and target paragraphs. Can be 1:1, 1:many, many:1, or many:many. Note: Not used in the updated implementation.
-
-
Constructor Summary
Constructors Constructor Description ParagraphPair()ParagraphPair(net.sf.okapi.common.resource.ITextUnit sourceTu, net.sf.okapi.common.resource.ITextUnit targetTu)
-