class documentation

class BaseStemmer:

Known subclasses: sphinx.util.stemmer.PyStemmer, sphinx.util.stemmer.StandardStemmer

View In Hierarchy

Undocumented

Method stem Undocumented
def stem(self, word):

Undocumented

Parameters
word:strUndocumented
Returns
strUndocumented