Click or drag to resize
Accord.NET (logo)

StemmerBaseCurrent Property

Gets or sets the current word to be stemmed or the stemmed word, if the stemmer has been proccessed.

Namespace:  Accord.MachineLearning.Text.Stemmers
Assembly:  Accord.Text (in Accord.Text.dll) Version: 3.8.0
Syntax
public string Current { get; set; }
Request Example View Source

Property Value

Type: String
See Also