| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
api.StemmerI --+
|
_LanguageSpecificStemmer --+
|
object --+ |
| |
api.StemmerI --+ |
| |
porter.PorterStemmer --+
|
PorterStemmer
A word stemmer based on the original Porter stemming algorithm.
Porter, M. "An algorithm for suffix stripping."
Program 14.3 (1980): 130-137.
A few minor modifications have been made to Porter's basic
algorithm. See the source code of the module
L{nltk.stem.porter} for more information.
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
Create an instance of the Snowball stemmer.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 11 14:39:52 2011 | http://epydoc.sourceforge.net |