|
|
|
|
|
parseRules(self,
rule_tuple)
Validate the set of rules used in this stemmer. |
source code
|
|
|
|
|
|
|
__doStemming(self,
word,
intact_word)
Perform the actual word stemming |
source code
|
|
|
|
__getLastLetter(self,
word)
Get the zero-based index of the last alphabetic character in this
string |
source code
|
|
|
|
__isAcceptable(self,
word,
remove_total)
Determine if the word is acceptable for stemming. |
source code
|
|
|
|
__applyRule(self,
word,
remove_total,
append_string)
Apply the stemming rule to the word |
source code
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__str__
|