LICENSE
README.md
pyproject.toml
setup.py
amharicNLP/__init__.py
amharicNLP.egg-info/PKG-INFO
amharicNLP.egg-info/SOURCES.txt
amharicNLP.egg-info/dependency_links.txt
amharicNLP.egg-info/requires.txt
amharicNLP.egg-info/top_level.txt
amharicNLP/example/__init__.py
amharicNLP/example/test.py
amharicNLP/resources/__init__.py
amharicNLP/resources/amharic_stopword.py
amharicNLP/resources/cleaner.py
amharicNLP/resources/data_lemma.py
amharicNLP/resources/lemmatizer.py
amharicNLP/resources/normalizer.py
amharicNLP/resources/stemmer.py
amharicNLP/resources/stopwrod.py
amharicNLP/resources/tokenizer.py
amharicNLP/resources/utils.py
amharicNLP/resources/tests/__init__.py
amharicNLP/resources/tests/conftest.py
amharicNLP/resources/tests/test_cleaner.py
amharicNLP/resources/tests/test_lemmatizer.py
amharicNLP/resources/tests/test_normalizer.py
amharicNLP/resources/tests/test_utils.py
amharicNLP/utilities/__init__.py
amharicNLP/utilities/data_augmenter.py
amharicNLP/wordnet/__init__.py