[This is preliminary documentation and is subject to change.]
Stems the specified word.
Namespace:
NHunspellAssembly: NHunspell (in NHunspell.dll) Version: 0.9.2.0 (0.9.2.0)
Syntax
| C# |
|---|
public List<string> Stem( string word ) |
| Visual Basic (Declaration) |
|---|
Public Function Stem ( _ word As String _ ) As List(Of String) |
| Visual C++ |
|---|
public: List<String^>^ Stem( String^ word ) |
Parameters
- word
- Type: System..::.String
The word.