Method Stem
Stem(String)
Stem a word.
Declaration
public StringBuilder Stem(string word)
Parameters
Type | Name | Description |
---|---|---|
System.String | word | input word to be stemmed. |
Returns
Type | Description |
---|---|
StringBuilder | stemmed word, or null if the stem could not be generated. |