Class TranslationModelFitness
Inheritance
System.Object
TranslationModelFitness
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> |
|