Method | Description | |
---|---|---|
Add ( char ch ) : void |
Add a character to the word being stemmed. When you are finished adding characters, you can call stem() to stem the word.
|
|
PorterStemmer ( ) : System | ||
ToString ( ) : string |
After a word has been stemmed, it can be retrieved by ToString(), or a reference to the internal buffer can be retrieved by the ResultBuffer and ResultLength properties (which is generally more efficient).
|
|
stem ( ) : void |
Method | Description | |
---|---|---|
Cons ( int i ) : bool | ||
Cvc ( int i ) : bool | ||
DoubleC ( int j ) : bool | ||
End ( string s ) : bool | ||
M ( ) : int |
Measures the number of consonant sequences between 0 and j. If c is a consonant sequence and v a vowel sequence, and <..> indicates arbitrary presence,
|
|
Step1 ( ) : void | ||
Step2 ( ) : void | ||
Step3 ( ) : void | ||
Step4 ( ) : void | ||
Step5 ( ) : void | ||
Step6 ( ) : void | ||
VowelInStem ( ) : bool | ||
r ( string s ) : void | ||
setto ( string s ) : void |