| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
api.StemmerI --+
|
_LanguageSpecificStemmer --+
|
_StandardStemmer --+
|
GermanStemmer
The German Snowball stemmer.
Note: A detailed description of the German stemming algorithm can be found under http://snowball.tartarus.org/algorithms /german/stemmer.html.
|
|||
unicode
|
|
||
|
Inherited from Inherited from |
|||
|
|||
unicode
|
__vowels = The German vowels. |
||
unicode
|
__s_ending = Letters that may directly appear before a word final 's'. |
||
unicode
|
__st_ending = Letter that may directly appear before a word final 'st'. |
||
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 German word and return the stemmed form.
|
|
|||
__step1_suffixesSuffixes to be deleted in step 1 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:51 2011 | http://epydoc.sourceforge.net |