| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
api.StemmerI --+
|
_LanguageSpecificStemmer --+
|
_StandardStemmer
This subclass encapsulates two methods for defining the standard versions of the string regions R1, R2, and RV.
|
|||
tuple
|
|
||
unicode
|
|
||
|
Inherited from Inherited from |
|||
|
|||
Return the standard interpretations of the string regions R1 and R2. R1 is the region after the first non-vowel following a vowel, or is the null region at the end of the word if there is no such non-vowel. R2 is the region after the first non-vowel following a vowel in R1, or is the null region at the end of the word if there is no such non-vowel.
Notes:
|
Return the standard interpretation of the string region RV. If the second letter is a consonant, RV is the region after the next following vowel. If the first two letters are vowels, RV is the region after the next following consonant. Otherwise, RV is the region after the third letter.
Note: This helper method is invoked by the respective stem method of the subclasses ItalianStemmer, PortugueseStemmer, RomanianStemmer, and SpanishStemmer. It is not to be invoked directly! |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 11 14:39:52 2011 | http://epydoc.sourceforge.net |