Class LiftAligner.SpanHypothesisArray
Inheritance
LiftAligner.SpanHypothesisArray
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
public class LiftAligner.SpanHypothesisArray
Constructors
SpanHypothesisArray(int, int, int, int)
Declaration
public SpanHypothesisArray(int sourceLength, int targetLength, int minHypothesisSourceLength, int minHypothesisTargetLength)
Parameters
Type |
Name |
Description |
int |
sourceLength |
|
int |
targetLength |
|
int |
minHypothesisSourceLength |
|
int |
minHypothesisTargetLength |
|
Properties
this[int, int, int, int]
Declaration
public LiftAligner.SpanHypothesis this[int sourceStartOffset, int sourceLength, int targetStartOffset, int targetLength] { get; set; }
Parameters
Type |
Name |
Description |
int |
sourceStartOffset |
|
int |
sourceLength |
|
int |
targetStartOffset |
|
int |
targetLength |
|
Property Value
MaxTotalHyps
Declaration
public long MaxTotalHyps { get; }
Property Value