Class LiftAligner
Inheritance
System.Object
LiftAligner
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
public class LiftAligner : Object
Constructors
LiftAligner(CultureCode, CultureCode)
Declaration
public LiftAligner(CultureCode sourceCulture, CultureCode targetCulture)
Parameters
Type |
Name |
Description |
Sdl.Core.Globalization.CultureCode |
sourceCulture |
|
Sdl.Core.Globalization.CultureCode |
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 |
IAlignableContentPair |
pair |
|
Sdl.Core.FineGrainedAlignment.Core.SimpleTree<Sdl.Core.FineGrainedAlignment.Core.LiftSpan> |
sourceConstraints |
|
Sdl.Core.FineGrainedAlignment.Core.SimpleTree<Sdl.Core.FineGrainedAlignment.Core.LiftSpan> |
targetConstraints |
|
System.Collections.Generic.List<AlignmentEvidence> |
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 |
IAlignableContentPair |
pair |
|
System.Collections.Generic.List<Sdl.Core.FineGrainedAlignment.Core.LiftSpan> |
sourceConstraintsList |
|
System.Collections.Generic.List<Sdl.Core.FineGrainedAlignment.Core.LiftSpan> |
targetConstraintsList |
|
System.Collections.Generic.List<AlignmentEvidence> |
evidence |
|
DebugAlignedSpanPair(LiftAlignedSpanPair)
Declaration
public void DebugAlignedSpanPair(LiftAlignedSpanPair spanPair)
Parameters
Type |
Name |
Description |
Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPair |
spanPair |
|