The Stemmer type exposes the following members.
Constructors
| Name | Description |
---|
 | Stemmer |
Initializes a new instance of the Stemmer class by specifying a stemmings file.
|
Methods
| Name | Description |
---|
 | Expand |
Return a list of words expanded from a word.
|
 | Stem |
Return the stem of a word.
|
See Also