package documentation

Word stemming utilities for Sphinx.

Unknown Field: copyright
Copyright 2007-2022 by the Sphinx team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Module porter sphinx.util.stemmer.porter ~~~~~~~~~~~~~~~~~~~~~~~~~~

From __init__.py:

Constant PYSTEMMER Undocumented
Class ​Base​Stemmer Undocumented
Class ​Py​Stemmer Undocumented
Class ​Standard​Stemmer All those porter stemmer implementations look hideous; make at least the stem method nicer.
Function get​_stemmer Undocumented
PYSTEMMER: bool =

Undocumented

Value
False
def get_stemmer():

Undocumented

Returns
BaseStemmerUndocumented