LICENSE
README.md
pyproject.toml
lexphon/__init__.py
lexphon/__main__.py
lexphon/_version.py
lexphon/alphabets.py
lexphon/catalog.py
lexphon/cli.py
lexphon/engine.py
lexphon/errors.py
lexphon/language.py
lexphon/models.py
lexphon/profiles.py
lexphon/profiles.toml
lexphon/pronunciation.py
lexphon/providers.py
lexphon/py.typed
lexphon/store.py
lexphon/tokenizer.py
lexphon.egg-info/PKG-INFO
lexphon.egg-info/SOURCES.txt
lexphon.egg-info/dependency_links.txt
lexphon.egg-info/entry_points.txt
lexphon.egg-info/requires.txt
lexphon.egg-info/top_level.txt
tests/test_alphabets_profiles.py
tests/test_fallback_espeak.py
tests/test_fallback_goruut.py
tests/test_fallback_models.py
tests/test_mvp.py
tests/test_packaging.py
tests/test_production.py
tests/test_pronunciation_controls.py
tests/test_tokenizer.py
tests/test_v020.py
tests/test_version.py