| Hunspell Stem Method |
Gets the word stems for the specified word.
Namespace: NHunspellAssembly: NHunspell (in NHunspell.dll) Version: 1.1.1.0
Syntax public List<string> Stem(
string word
)
Public Function Stem (
word As String
) As List(Of String)
public:
List<String^>^ Stem(
String^ word
)
member Stem :
word : string -> List<string>
Parameters
- word
- Type: System String
The word.
Return Value
Type: List
String
List of word stems
See Also