 | IStemmerStem Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Stem a word.
Namespace:
imbNLP.Toolkit.Stemmers.Porter2Stemmer
Assembly:
imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
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