LICENSE
README.md
pyproject.toml
luganda_text_normalizer.egg-info/PKG-INFO
luganda_text_normalizer.egg-info/SOURCES.txt
luganda_text_normalizer.egg-info/dependency_links.txt
luganda_text_normalizer.egg-info/requires.txt
luganda_text_normalizer.egg-info/top_level.txt
normalizer/__init__.py
normalizer/abbreviations.py
normalizer/abbreviations_dictionary.json
normalizer/cleaner.py
normalizer/code_switching.py
normalizer/contractions.py
normalizer/currency.py
normalizer/datetime_expand.py
normalizer/diacritics.py
normalizer/edge_cases.py
normalizer/morphology_nouns.py
normalizer/morphology_verbs.py
normalizer/number_words.py
normalizer/pipeline.py
normalizer/spelling.py
normalizer/spelling_dictionary.json
normalizer/stopwords.py
normalizer/tokenizer.py
normalizer/lexicon_data/nouns.txt
normalizer/lexicon_data/verbs.txt
tests/test_abbreviations.py
tests/test_cleaner.py
tests/test_code_switching.py
tests/test_currency.py
tests/test_datetime_expand.py
tests/test_diacritics.py
tests/test_edge_cases.py
tests/test_morphology_nouns.py
tests/test_morphology_verbs.py
tests/test_number_words.py
tests/test_pipeline.py
tests/test_spelling.py
tests/test_tokenizer.py