Class TranslationModelFitness
Inheritance
System.Object
TranslationModelFitness
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.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 |
---|---|
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> |