Class TranslationModelFitness
Inheritance
Object
TranslationModelFitness
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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, Int32> |
SourceOOVTokenCounts
Declaration
public Dictionary<string, int> SourceOOVTokenCounts { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<String, Int32> |
TargetIVTokenCounts
Declaration
public Dictionary<string, int> TargetIVTokenCounts { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<String, Int32> |
TargetOOVTokenCounts
Declaration
public Dictionary<string, int> TargetOOVTokenCounts { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<String, Int32> |