| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
api.StemmerI --+
|
_LanguageSpecificStemmer --+
|
_StandardStemmer --+
|
ItalianStemmer
The Italian Snowball stemmer.
Note: A detailed description of the Italian stemming algorithm can be found under http://snowball.tartarus.org/algorithms /italian/stemmer.html.
|
|||
unicode
|
|
||
|
Inherited from Inherited from |
|||
|
|||
unicode
|
__vowels = The Italian 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. |
||
|
|||
Stem an Italian 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.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 11 14:39:52 2011 | http://epydoc.sourceforge.net |