Class ChiSquaredAligner.CodedTokenIndexConverter
Inheritance
System.Object
ChiSquaredAligner.CodedTokenIndexConverter
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
protected class CodedTokenIndexConverter : Object
Constructors
CodedTokenIndexConverter(List<Int16>)
Declaration
public CodedTokenIndexConverter(List<short> tokenInfo)
Parameters
| Type |
Name |
Description |
| System.Collections.Generic.List<System.Int16> |
tokenInfo |
|
Methods
CodedTokenIndexToTUSpan(Int32)
Declaration
public LiftSpan CodedTokenIndexToTUSpan(int ix)
Parameters
| Type |
Name |
Description |
| System.Int32 |
ix |
|
Returns
| Type |
Description |
| Sdl.Core.FineGrainedAlignment.Core.LiftSpan |
|