Package nltk :: Package stem :: Class Porter
[hide private]
[frames] | no frames]

Class Porter

source code

      object --+        
               |        
    api.StemmerI --+    
                   |    
porter.PorterStemmer --+
                       |
          object --+   |
                   |   |
internals.Deprecated --+
                       |
                      Porter

Use nltk.PorterStemmer instead.

Instance Methods [hide private]

Inherited from porter.PorterStemmer: __init__, __repr__, adjust_case, cons, cvc, doublec, ends, m, r, setto, stem, stem_word, step1ab, step1c, step2, step3, step4, step5, vowelinstem

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__, __str__

Static Methods [hide private]

Inherited from internals.Deprecated: __new__

Properties [hide private]

Inherited from object: __class__