/usr/share/cagefs-skeleton/opt/cloudlinux/venv/lib/python3.11/site-packages/snowballstemmer
class Among(object): def __init__(self, s, substring_i, result, method=None): """ @ivar s search string @ivar substring index to longest matching substring @ivar result of the lookup @ivar method method to use if substring matches """ self.s = s self.substring_i = substring_i self.result = result self.method = method
.
Edit
..
Edit
__init__.py
Edit
__pycache__
Edit
among.py
Edit
arabic_stemmer.py
Edit
armenian_stemmer.py
Edit
basestemmer.py
Edit
basque_stemmer.py
Edit
catalan_stemmer.py
Edit
danish_stemmer.py
Edit
dutch_stemmer.py
Edit
english_stemmer.py
Edit
finnish_stemmer.py
Edit
french_stemmer.py
Edit
german_stemmer.py
Edit
greek_stemmer.py
Edit
hindi_stemmer.py
Edit
hungarian_stemmer.py
Edit
indonesian_stemmer.py
Edit
irish_stemmer.py
Edit
italian_stemmer.py
Edit
lithuanian_stemmer.py
Edit
nepali_stemmer.py
Edit
norwegian_stemmer.py
Edit
porter_stemmer.py
Edit
portuguese_stemmer.py
Edit
romanian_stemmer.py
Edit
russian_stemmer.py
Edit
serbian_stemmer.py
Edit
spanish_stemmer.py
Edit
swedish_stemmer.py
Edit
tamil_stemmer.py
Edit
turkish_stemmer.py
Edit
yiddish_stemmer.py
Edit