CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/marathi_shabda/__init__.py
src/marathi_shabda/api.py
src/marathi_shabda/cli.py
src/marathi_shabda/exceptions.py
src/marathi_shabda/models.py
src/marathi_shabda.egg-info/PKG-INFO
src/marathi_shabda.egg-info/SOURCES.txt
src/marathi_shabda.egg-info/dependency_links.txt
src/marathi_shabda.egg-info/entry_points.txt
src/marathi_shabda.egg-info/requires.txt
src/marathi_shabda.egg-info/top_level.txt
src/marathi_shabda/data/__init__.py
src/marathi_shabda/data/dictionary.db
src/marathi_shabda/dictionary/__init__.py
src/marathi_shabda/dictionary/adapter.py
src/marathi_shabda/inference/__init__.py
src/marathi_shabda/inference/kaal_inference.py
src/marathi_shabda/inference/pos_inference.py
src/marathi_shabda/morphology/__init__.py
src/marathi_shabda/morphology/lemmatizer.py
src/marathi_shabda/morphology/stem_alternations.py
src/marathi_shabda/morphology/vibhakti_rules.py
src/marathi_shabda/normalization/__init__.py
src/marathi_shabda/normalization/safe_normalizer.py
src/marathi_shabda/normalization/script_detection.py
src/marathi_shabda/normalization/transliterator.py
tests/test_inference.py
tests/test_morphology.py
tests/test_normalization.py