Class BilingualChiSquareComputer3
Inheritance
System.Object
BilingualChiSquareComputer3
Namespace: Sdl.Core.FineGrainedAlignment
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
public class BilingualChiSquareComputer3 : Object
Constructors
BilingualChiSquareComputer3(DataLocation2, Func<Task<Pair<IntSegment>>>)
Declaration
public BilingualChiSquareComputer3(DataLocation2 location, Func<Task<Pair<IntSegment>>> getSegmentFunc)
Parameters
Type | Name | Description |
---|---|---|
Sdl.LanguagePlatform.Stat.DataLocation2 | location | |
System.Func<System.Threading.Tasks.Task<Pair<Sdl.LanguagePlatform.Stat.IntSegment>>> | getSegmentFunc |
Fields
Progress
Declaration
public EventHandler<TranslationModelProgressEventArgs> Progress
Field Value
Type | Description |
---|---|
System.EventHandler<TranslationModelProgressEventArgs> |