Click or drag to resize

wordSimilarityPair Constructor (String, String, Double)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the wordSimilarityPair class.

Namespace:  imbNLP.PartOfSpeech.analysis
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public wordSimilarityPair(
	string _wordA,
	string _wordB,
	double _score
)

Parameters

_wordA
Type: SystemString
The word a.
_wordB
Type: SystemString
The word b.
_score
Type: SystemDouble
The score.
See Also