Click or drag to resize

StemmingContextstemmer Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Gets or sets the stemmer.

Namespace:  imbNLP.Toolkit.Processing
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
public IStemmer stemmer { get; set; }

Property Value

Type: IStemmer
The stemmer.
See Also