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

Inheritance: ICognateIdentifier
Show file Open project: sillsdev/cog Class Usage Examples

Public Methods

Method Description
ThresholdCognateIdentifier ( double threshold ) : System.Linq
UpdatePredictedCognacy ( WordPair wordPair, IWordAlignerResult alignerResult ) : void

Method Details

ThresholdCognateIdentifier() public method

public ThresholdCognateIdentifier ( double threshold ) : System.Linq
threshold double
return System.Linq

UpdatePredictedCognacy() public method

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