 | IStemmerStem Method |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Stem a word.
Namespace:
imbNLP.Toolkit.Stemmers.Porter2Stemmer
Assembly:
imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
SyntaxStemmedWord Stem(
string word
)
Parameters
- word
- Type: SystemString
Word to stem.
Return Value
Type:
StemmedWord
The stemmed word, with a reference to the original unstemmed word.
See Also