Class LiftAligner
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
Constructors
LiftAligner(CultureCode, CultureCode)
Declaration
public LiftAligner(CultureCode sourceCulture, CultureCode targetCulture)
Parameters
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
AlignEx(IAlignableContentPair, List<LiftSpan>, List<LiftSpan>, List<AlignmentEvidence>)
Declaration
public void AlignEx(IAlignableContentPair pair, List<LiftSpan> sourceConstraintsList, List<LiftSpan> targetConstraintsList, List<AlignmentEvidence> evidence)
Parameters
DebugAlignedSpanPair(LiftAlignedSpanPair)
Declaration
public void DebugAlignedSpanPair(LiftAlignedSpanPair spanPair)
Parameters
Type |
Name |
Description |
LiftAlignedSpanPair |
spanPair |
|