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