package documentation

Undocumented

Module stemmer No module docstring; 2/2 functions documented
Module trimmer No module docstring; 1/1 function documented

From __init__.py:

Function get_nltk_builder Returns a builder with stemmers for all languages added to it.
Function register_languages Register all supported languages to ensure compatibility.
Constant LANGUAGE_SUPPORT Undocumented
Constant SUPPORTED_LANGUAGES Undocumented
Function _get_stopwords_and_word_characters Undocumented
SUPPORTED_LANGUAGES: dict[str, str] = (source)

Undocumented

Value
{'ar': 'arabic',
 'da': 'danish',
 'nl': 'dutch',
 'en': 'english',
 'fi': 'finnish',
 'fr': 'french',
 'de': 'german',
...
LANGUAGE_SUPPORT: bool = (source)

Undocumented

Value
False
def _get_stopwords_and_word_characters(language): (source)

Undocumented

def get_nltk_builder(languages): (source)

Returns a builder with stemmers for all languages added to it. Args: languages (list): A list of supported languages.

def register_languages(): (source)

Register all supported languages to ensure compatibility.