PATH: //opt/cloudlinux/venv/lib64/python3.11/site-packages/snowballstemmer
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📁 __pycache__/
X
📄 among.py
↓
X
📄 arabic_stemmer.py
↓
X
📄 armenian_stemmer.py
↓
X
📄 basestemmer.py
↓
X
📄 basque_stemmer.py
↓
X
📄 catalan_stemmer.py
↓
X
📄 danish_stemmer.py
↓
X
📄 dutch_stemmer.py
↓
X
📄 english_stemmer.py
↓
X
📄 finnish_stemmer.py
↓
X
📄 french_stemmer.py
↓
X
📄 german_stemmer.py
↓
X
📄 greek_stemmer.py
↓
X
📄 hindi_stemmer.py
↓
X
📄 hungarian_stemmer.py
↓
X
📄 indonesian_stemmer.py
↓
X
📄 irish_stemmer.py
↓
X
📄 italian_stemmer.py
↓
X
📄 lithuanian_stemmer.py
↓
X
📄 nepali_stemmer.py
↓
X
📄 norwegian_stemmer.py
↓
X
📄 porter_stemmer.py
↓
X
📄 portuguese_stemmer.py
↓
X
📄 romanian_stemmer.py
↓
X
📄 russian_stemmer.py
↓
X
📄 serbian_stemmer.py
↓
X
📄 spanish_stemmer.py
↓
X
📄 swedish_stemmer.py
↓
X
📄 tamil_stemmer.py
↓
X
📄 turkish_stemmer.py
↓
X
📄 yiddish_stemmer.py
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: among.py
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
SIMPAN PERUBAHAN