Search Results for

    Show / Hide Table of Contents

    Class TranslationModelFitness

    Inheritance
    object
    TranslationModelFitness
    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 TranslationModelFitness

    Constructors

    TranslationModelFitness()

    Declaration
    public TranslationModelFitness()

    Properties

    SourceIVTokenCounts

    Declaration
    public Dictionary<string, int> SourceIVTokenCounts { get; set; }
    Property Value
    Type Description
    Dictionary<string, int>

    SourceOOVTokenCounts

    Declaration
    public Dictionary<string, int> SourceOOVTokenCounts { get; set; }
    Property Value
    Type Description
    Dictionary<string, int>

    TargetIVTokenCounts

    Declaration
    public Dictionary<string, int> TargetIVTokenCounts { get; set; }
    Property Value
    Type Description
    Dictionary<string, int>

    TargetOOVTokenCounts

    Declaration
    public Dictionary<string, int> TargetOOVTokenCounts { get; set; }
    Property Value
    Type Description
    Dictionary<string, int>
    In this article
    • Constructors
      • TranslationModelFitness()
    • Properties
      • SourceIVTokenCounts
      • SourceOOVTokenCounts
      • TargetIVTokenCounts
      • TargetOOVTokenCounts
    Back to top Generated by DocFX