Search Results for

    Show / Hide Table of Contents

    Class TranslationModelFitness

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

    Constructors

    TranslationModelFitness()

    Declaration
    public TranslationModelFitness()

    Properties

    SourceIVTokenCounts

    Declaration
    public Dictionary<string, int> SourceIVTokenCounts { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Int32>

    SourceOOVTokenCounts

    Declaration
    public Dictionary<string, int> SourceOOVTokenCounts { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Int32>

    TargetIVTokenCounts

    Declaration
    public Dictionary<string, int> TargetIVTokenCounts { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Int32>

    TargetOOVTokenCounts

    Declaration
    public Dictionary<string, int> TargetOOVTokenCounts { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Int32>

    On this page

    Back to top Generated by DocFX