.env.example
CHANGELOG.md
LICENSE
MANIFEST.in
README-EN.md
README.md
pyproject.toml
requirements.txt
setup.py
.github/workflows/ci.yml
.github/workflows/foundry-live.yml
.github/workflows/pypi-publish.yml
docs/CI_SETUP.md
docs/PYPI_RELEASE.md
docs/README.md
docs/V2_ARCHITECTURE.md
docs/index.html
docs/script.js
docs/styles.css
docs/decisions/0001-bounded-candidate-agent.md
docs/decisions/0002-foundry-default-provider-routing.md
docs/decisions/0003-exact-eval-and-oidc-live-gate.md
docs/decisions/README.md
docs/releases/v2.0.0.md
docs/releases/v2.0.1.md
evals/cases.jsonl
evals/run_v2.py
evals/vocabulary.json
examples/db_terms.json
examples/v2_quickstart.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
scripts/validate_docs.py
tests/__init__.py
tests/aa.py
tests/bb.py
tests/custom_mappings.py
tests/integration_with_asr.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_package_metadata.py
tests/test_using_as_lib.py
tests/test_v2.py
tests/test_v2_providers.py