Package nltk :: Package stem :: Module rslp :: Class RSLPStemmer
[hide private]
[frames] | no frames]

type RSLPStemmer

source code

  object --+    
           |    
api.StemmerI --+
               |
              RSLPStemmer

A stemmer for Portuguese.

Instance Methods [hide private]
 
__init__(self) source code
 
read_rule(self, filename) source code
 
stem(self, word)
Strip affixes from the token and return the stem.
source code
 
apply_rule(self, word, rule_index) source code
Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)

stem(self, word)

source code 

Strip affixes from the token and return the stem.

Parameters:
  • token - The token that should be stemmed.
Overrides: api.StemmerI.stem
(inherited documentation)