class documentation

class PyStemmer(BaseStemmer):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method stem Undocumented
Instance Variable stemmer Undocumented
def __init__(self):

Undocumented

def stem(self, word):

Undocumented

Parameters
word:strUndocumented
Returns
strUndocumented
stemmer =

Undocumented