C# Class SIL.Cog.Domain.Components.DolgopolskyCognateIdentifier

Inheritance: ICognateIdentifier
ファイルを表示 Open project: sillsdev/cog Class Usage Examples

Public Methods

Method Description
DolgopolskyCognateIdentifier ( SegmentPool segmentPool, IEnumerable soundClasses, int initialEquivalenceThreshold ) : System.Collections.Generic
UpdatePredictedCognacy ( WordPair wordPair, IWordAlignerResult alignerResult ) : void

Method Details

DolgopolskyCognateIdentifier() public method

public DolgopolskyCognateIdentifier ( SegmentPool segmentPool, IEnumerable soundClasses, int initialEquivalenceThreshold ) : System.Collections.Generic
segmentPool SegmentPool
soundClasses IEnumerable
initialEquivalenceThreshold int
return System.Collections.Generic

UpdatePredictedCognacy() public method

public UpdatePredictedCognacy ( WordPair wordPair, IWordAlignerResult alignerResult ) : void
wordPair WordPair
alignerResult IWordAlignerResult
return void