Class LiftAligner
Inheritance
System.Object
LiftAligner
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 LiftAligner
Constructors
LiftAligner(CultureInfo, CultureInfo)
Declaration
public LiftAligner(CultureInfo sourceCulture, CultureInfo targetCulture)
Parameters
Type | Name | Description |
---|---|---|
System.Globalization.CultureInfo | sourceCulture | |
System.Globalization.CultureInfo | 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 |