Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

word
Type: SystemString
The word to be stemmed.

Return Value

Type: String
The stemmed word.
See Also