| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
api.StemmerI --+
|
_LanguageSpecificStemmer --+
|
_StandardStemmer --+
|
DutchStemmer
The Dutch Snowball stemmer.
Note: A detailed description of the Dutch stemming algorithm can be found under http://snowball.tartarus.org/algorithms /dutch/stemmer.html.
|
|||
unicode
|
|
||
|
Inherited from Inherited from |
|||
|
|||
unicode
|
__vowels = The Dutch vowels. |
||
tuple
|
__step1_suffixes = Suffixes to be deleted in step 1 of the algorithm. |
||
tuple
|
__step3b_suffixes = Suffixes to be deleted in step 3b of the algorithm. |
||
|
|||
Stem a Dutch word and return the stemmed form.
|
|
|||
__step3b_suffixesSuffixes to be deleted in step 3b 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 |