Class LiftAligner
Inheritance
Object
LiftAligner
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.Core.FineGrainedAlignment
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
public class LiftAligner
Constructors
LiftAligner(CultureCode, CultureCode)
Declaration
public LiftAligner(CultureCode sourceCulture, CultureCode targetCulture)
Parameters
Type | Name | Description |
---|---|---|
Culture |
sourceCulture | |
Culture |
targetCulture |
Methods
Align(IAlignableContentPair, SimpleTree<LiftSpan>, SimpleTree<LiftSpan>, List<AlignmentEvidence>)
Declaration
public void Align(IAlignableContentPair pair, SimpleTree<LiftSpan> sourceConstraints, SimpleTree<LiftSpan> targetConstraints, List<AlignmentEvidence> evidence)
Parameters
Type | Name | Description |
---|---|---|
IAlignable |
pair | |
Simple |
sourceConstraints | |
Simple |
targetConstraints | |
List<Alignment |
evidence |
AlignEx(IAlignableContentPair, List<LiftSpan>, List<LiftSpan>, List<AlignmentEvidence>)
Declaration
public void AlignEx(IAlignableContentPair pair, List<LiftSpan> sourceConstraintsList, List<LiftSpan> targetConstraintsList, List<AlignmentEvidence> evidence)
Parameters
Type | Name | Description |
---|---|---|
IAlignable |
pair | |
List<Lift |
sourceConstraintsList | |
List<Lift |
targetConstraintsList | |
List<Alignment |
evidence |
DebugAlignedSpanPair(LiftAlignedSpanPair)
Declaration
public void DebugAlignedSpanPair(LiftAlignedSpanPair spanPair)
Parameters
Type | Name | Description |
---|---|---|
Lift |
spanPair |