Click or drag to resize

wordSimilarityComponentGetResult Method (IEnumerableString)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Computes similarity (using: equation) of the specified words and returns pairs above the treshold

Namespace:  imbNLP.PartOfSpeech.analysis
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public wordSimilarityResultSet GetResult(
	IEnumerable<string> wordsToAnalyse
)

Parameters

wordsToAnalyse
Type: System.Collections.GenericIEnumerableString
Set of words to analyse.

Return Value

Type: wordSimilarityResultSet
Sorted collection of pairs that had same or greater score then treshold
See Also