Class ChiSquaredLiftAligner
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sdl.Core.FineGrainedAlignment
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
public class ChiSquaredLiftAligner : ChiSquaredAligner, IFineGrainedAligner
Constructors
ChiSquaredLiftAligner(ChiSquaredTranslationModel)
Declaration
public ChiSquaredLiftAligner(ChiSquaredTranslationModel model)
Parameters
Type | Name | Description |
---|---|---|
ChiSquaredTranslationModel | model |
Methods
AlignInternal(IEnumerable<IAlignableContentPair>, CancellationToken, IProgress<Int32>)
Declaration
protected override AlignResult[] AlignInternal(IEnumerable<IAlignableContentPair> pairs, CancellationToken cancellationToken, IProgress<int> progress)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<IAlignableContentPair> | pairs | |
System.Threading.CancellationToken | cancellationToken | |
System.IProgress<System.Int32> | progress |
Returns
Type | Description |
---|---|
AlignResult[] |