 | wordSimilarityPair Constructor (String, String, Double) |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Namespace:
imbNLP.PartOfSpeech.analysis
Assembly:
imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntaxpublic 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