.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
stemmer_madura/__init__.py
stemmer_madura/stemmer.py
stemmer_madura.egg-info/PKG-INFO
stemmer_madura.egg-info/SOURCES.txt
stemmer_madura.egg-info/dependency_links.txt
stemmer_madura.egg-info/top_level.txt
stemmer_madura/data/lemmawords.txt
stemmer_madura/data/stopwords.txt
stemmer_madura/lib/__init__.py
stemmer_madura/lib/ngram.py
stemmer_madura/lib/rules.py
stemmer_madura/lib/stemmer.py