IPorter2Stemmer Interface |
[Missing <summary> documentation for "T:imbNLP.Toolkit.Stemmers.Porter2Stemmer.IPorter2Stemmer"]
Namespace: imbNLP.Toolkit.Stemmers.Porter2Stemmer
public interface IPorter2Stemmer : IStemmer
The IPorter2Stemmer type exposes the following members.
| Name | Description | |
|---|---|---|
| Doubles |
Valid doubled letters used for stemming.
| |
| LiEndings |
Li- endings used for stemming.
| |
| Vowels |
Vowel characters used for stemming.
|
| Name | Description | |
|---|---|---|
| GetRegion1 |
R1 is the region after the first non-vowel following a vowel,
or the end of the word if there is no such non-vowel.
This definition may be modified for certain exceptional words.
| |
| GetRegion2 |
R2 is the region after the first non-vowel following a vowel in
R1, or the end of the word if there is no such non-vowel.
| |
| Stem |
Stem a word.
(Inherited from IStemmer.) |