Class LiftAligner.SpanHypothesis
Inheritance
LiftAligner.SpanHypothesis
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
public class LiftAligner.SpanHypothesis
Constructors
SpanHypothesis(int, int, int, int)
Declaration
public SpanHypothesis(int sourceStartIndex, int sourceLength, int targetStartIndex, int targetLength)
Parameters
Type |
Name |
Description |
int |
sourceStartIndex |
|
int |
sourceLength |
|
int |
targetStartIndex |
|
int |
targetLength |
|
Properties
Blocked
Declaration
public bool Blocked { get; }
Property Value
ComputedConfidence
Declaration
public float ComputedConfidence { get; }
Property Value
Confidence
Declaration
public float Confidence { get; set; }
Property Value
Confirmed
Declaration
public bool Confirmed { get; }
Property Value
Methods
Block()
Declaration
Confirm()
Declaration