| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
api.StemmerI --+
|
_LanguageSpecificStemmer --+
|
_ScandinavianStemmer --+
|
NorwegianStemmer
The Norwegian Snowball stemmer.
Note: A detailed description of the Norwegian stemming algorithm can be found under http://snowball.tartarus.org/algorithms /norwegian/stemmer.html.
|
|||
unicode
|
|
||
|
Inherited from Inherited from |
|||
|
|||
unicode
|
__vowels = The Norwegian vowels. |
||
unicode
|
__s_ending = Letters that may directly appear before a word final 's'. |
||
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 Norwegian 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:52 2011 | http://epydoc.sourceforge.net |