Package net.sf.okapi.steps.gcaligner
-
Interface Summary Interface Description AlignmentScorer<T> SegmentAlignmentScorer defines interface of the source and target segment alignment score functions.DpFunction<T> DpFunction is an interface defining a method to calculate the score of a matrix cell. -
Class Summary Class Description AlignmentFunction<T> SegmentAlignmentFunction implements DpFunction.DpMatrix<T> DpMatrix is a matrix used in dynamic programming.DpMatrixCell DpMatrixCell is a cell of DpMatrix.GaleAndChurch<T> Penalties