Click or drag to resize

wordSimilarityComponentGetResult Method (String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Gets the similarity coeficient from 0 to 1

Namespace:  imbNLP.PartOfSpeech.analysis
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
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