Click or drag to resize

wordSimilarityComponentGetResult Method (String, String)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the similarity coeficient from 0 to 1

Namespace:  imbNLP.PartOfSpeech.analysis
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public double GetResult(
	string wordA,
	string wordB
)

Parameters

wordA
Type: SystemString
The word a.
wordB
Type: SystemString
The word b.

Return Value

Type: Double

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.analysis.wordSimilarityComponent.GetResult(System.String,System.String)"]

See Also