LICENSE
README.md
pyproject.toml
src/TAN_LANG.egg-info/PKG-INFO
src/TAN_LANG.egg-info/SOURCES.txt
src/TAN_LANG.egg-info/dependency_links.txt
src/TAN_LANG.egg-info/entry_points.txt
src/TAN_LANG.egg-info/requires.txt
src/TAN_LANG.egg-info/top_level.txt
src/tll/__init__.py
src/tll/exceptions.py
src/tll/chatbot/__init__.py
src/tll/chatbot/chatbot.py
src/tll/cli/__init__.py
src/tll/cli/main.py
src/tll/data/__init__.py
src/tll/data/cleaner.py
src/tll/data/loader.py
src/tll/data/models.py
src/tll/data/validator.py
src/tll/data/datasets/cleaned/suk/cleaned_sukuma_dataset.csv
src/tll/dictionary/__init__.py
src/tll/dictionary/dictionary.py
src/tll/languages/__init__.py
src/tll/languages/models.py
src/tll/languages/registry.py
src/tll/provenance/__init__.py
src/tll/provenance/provenance.py
src/tll/review/__init__.py
src/tll/review/workflow.py
src/tll/text/__init__.py
src/tll/text/detect.py
src/tll/text/normalize.py
src/tll/text/tokenize.py
src/tll/translation/__init__.py
src/tll/translation/locallang.py
src/tll/translation/translator.py
tests/test_cleaner.py
tests/test_cli.py
tests/test_dictionary.py
tests/test_languages.py
tests/test_locallang.py
tests/test_locallang_composition.py
tests/test_locallang_sentences.py
tests/test_provenance.py
tests/test_review.py
tests/test_text.py
tests/test_translation.py
tests/test_validator.py