|
StemmerBaseStem Method (String)
|
Stems a given word.
Namespace:
Accord.MachineLearning.Text.Stemmers
Assembly:
Accord.Text (in Accord.Text.dll) Version: 3.8.0
Syntax public string Stem(
string word
)
Public Function Stem (
word As String
) As String
Request Example
View SourceParameters
- word
- Type: SystemString
The word to be stemmed.
Return Value
Type:
StringThe stemmed word.
See Also