Search Results for

    Show / Hide Table of Contents

    Class LiftAligner.SpanHypothesisArray

    Inheritance
    System.Object
    LiftAligner.SpanHypothesisArray
    Namespace: Sdl.Core.FineGrainedAlignment
    Assembly: Sdl.Core.FineGrainedAlignment.dll
    Syntax
    public class SpanHypothesisArray : Object

    Constructors

    SpanHypothesisArray(Int32, Int32, Int32, Int32)

    Declaration
    public SpanHypothesisArray(int sourceLength, int targetLength, int minHypothesisSourceLength, int minHypothesisTargetLength)
    Parameters
    Type Name Description
    System.Int32 sourceLength
    System.Int32 targetLength
    System.Int32 minHypothesisSourceLength
    System.Int32 minHypothesisTargetLength

    Properties

    Item[Int32, Int32, Int32, Int32]

    Declaration
    public LiftAligner.SpanHypothesis this[int sourceStartOffset, int sourceLength, int targetStartOffset, int targetLength] { get; set; }
    Parameters
    Type Name Description
    System.Int32 sourceStartOffset
    System.Int32 sourceLength
    System.Int32 targetStartOffset
    System.Int32 targetLength
    Property Value
    Type Description
    LiftAligner.SpanHypothesis

    MaxTotalHyps

    Declaration
    public long MaxTotalHyps { get; }
    Property Value
    Type Description
    System.Int64

    On this page

    Back to top Generated by DocFX