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 | BaseStemmer |
Undocumented |
Class | PyStemmer |
Undocumented |
Class | StandardStemmer |
All those porter stemmer implementations look hideous; make at least the stem method nicer. |
Function | get_stemmer |
Undocumented |