Hunspell Stem Method
Gets the word stems for the specified word.

Namespace: NHunspell
Assembly: NHunspell (in NHunspell.dll) Version: 1.1.1.0
Syntax
public List<string> Stem(
	string word
)

Parameters

word
Type: System String
The word.

Return Value

Type: List String 
List of word stems
See Also