| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
api.StemmerI --+
|
_LanguageSpecificStemmer --+
|
_StandardStemmer --+
|
RomanianStemmer
The Romanian Snowball stemmer.
Note: A detailed description of the Romanian stemming algorithm can be found under http://snowball.tartarus.org/algorithms /romanian/stemmer.html.
|
|||
unicode
|
|
||
|
Inherited from Inherited from |
|||
|
|||
unicode
|
__vowels = The Romanian vowels. |
||
tuple
|
__step0_suffixes = Suffixes to be deleted in step 0 of the algorithm. |
||
tuple
|
__step1_suffixes = Suffixes to be deleted in step 1 of the algorithm. |
||
tuple
|
__step2_suffixes = Suffixes to be deleted in step 2 of the algorithm. |
||
tuple
|
__step3_suffixes = Suffixes to be deleted in step 3 of the algorithm. |
||
|
|||
Stem a Romanian word and return the stemmed form.
|
|
|||
__step0_suffixesSuffixes to be deleted in step 0 of the algorithm.
|
__step1_suffixesSuffixes to be deleted in step 1 of the algorithm.
|
__step2_suffixesSuffixes to be deleted in step 2 of the algorithm.
|
__step3_suffixesSuffixes to be deleted in step 3 of the algorithm.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 11 14:39:52 2011 | http://epydoc.sourceforge.net |