LICENSE
README.md
pyproject.toml
setup.py
pronunciation_mapper/__init__.py
pronunciation_mapper/__main__.py
pronunciation_mapper/cli.py
pronunciation_mapper/config.py
pronunciation_mapper/mapper.py
pronunciation_mapper/utils.py
pronunciation_mapper.egg-info/PKG-INFO
pronunciation_mapper.egg-info/SOURCES.txt
pronunciation_mapper.egg-info/dependency_links.txt
pronunciation_mapper.egg-info/entry_points.txt
pronunciation_mapper.egg-info/requires.txt
pronunciation_mapper.egg-info/top_level.txt
pronunciation_mapper/v2/__init__.py
pronunciation_mapper/v2/candidates.py
pronunciation_mapper/v2/engine.py
pronunciation_mapper/v2/errors.py
pronunciation_mapper/v2/models.py
pronunciation_mapper/v2/prompts.py
pronunciation_mapper/v2/providers/__init__.py
pronunciation_mapper/v2/providers/azure_foundry.py
pronunciation_mapper/v2/providers/base.py
pronunciation_mapper/v2/providers/factory.py
pronunciation_mapper/v2/providers/ollama.py
tests/test_advanced.py
tests/test_eval_runner.py
tests/test_foundry_live.py
tests/test_mapper.py
tests/test_numbers.py
tests/test_using_as_lib.py
tests/test_v2.py
tests/test_v2_providers.py