Search Results for

    Show / Hide Table of Contents

    Class LiftAligner

    Inheritance
    object
    LiftAligner
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    CultureCode sourceCulture
    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
    SimpleTree<LiftSpan> sourceConstraints
    SimpleTree<LiftSpan> targetConstraints
    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
    List<LiftSpan> sourceConstraintsList
    List<LiftSpan> targetConstraintsList
    List<AlignmentEvidence> evidence

    DebugAlignedSpanPair(LiftAlignedSpanPair)

    Declaration
    public void DebugAlignedSpanPair(LiftAlignedSpanPair spanPair)
    Parameters
    Type Name Description
    LiftAlignedSpanPair spanPair
    In this article
    • Constructors
      • LiftAligner(CultureCode, CultureCode)
    • Methods
      • Align(IAlignableContentPair, SimpleTree<LiftSpan>, SimpleTree<LiftSpan>, List<AlignmentEvidence>)
      • AlignEx(IAlignableContentPair, List<LiftSpan>, List<LiftSpan>, List<AlignmentEvidence>)
      • DebugAlignedSpanPair(LiftAlignedSpanPair)
    Back to top Generated by DocFX