LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
examples/library_usage.py
examples/nbest_example.py
examples/score_dictionary.py
examples/score_pronunciation.py
examples/simple_api.py
examples/training_example.py
phonebox/__init__.py
phonebox/bundler.py
phonebox/config_builder.py
phonebox/config_loader.py
phonebox/constants.py
phonebox/converter.py
phonebox/dictionary.py
phonebox/locales.py
phonebox/normalize.py
phonebox/py.typed
phonebox/runner.py
phonebox.egg-info/PKG-INFO
phonebox.egg-info/SOURCES.txt
phonebox.egg-info/dependency_links.txt
phonebox.egg-info/entry_points.txt
phonebox.egg-info/requires.txt
phonebox.egg-info/top_level.txt
phonebox/cart/__init__.py
phonebox/cart/g2p_predict.py
phonebox/cli/__init__.py
phonebox/cli/main.py
phonebox/cli/commands/__init__.py
phonebox/cli/commands/_common.py
phonebox/cli/commands/align.py
phonebox/cli/commands/bundle.py
phonebox/cli/commands/check.py
phonebox/cli/commands/compare.py
phonebox/cli/commands/dict.py
phonebox/cli/commands/model.py
phonebox/cli/commands/normalize.py
phonebox/cli/commands/pronounce.py
phonebox/cli/commands/recipe.py
phonebox/cli/commands/suggest_joins.py
phonebox/cli/commands/train.py
phonebox/cli/commands/train_multigram.py
phonebox/cli/commands/vectorize.py
phonebox/config/__init__.py
phonebox/config/locales/norm.xlit
phonebox/config/locales/de_DE/config.json
phonebox/config/locales/de_DE/defaults.json
phonebox/config/locales/de_DE/g2p.xlit
phonebox/config/locales/default/config.json
phonebox/config/locales/default/defaults.json
phonebox/config/locales/default/g2p.xlit
phonebox/config/locales/en_IN/config.json
phonebox/config/locales/en_IN/defaults.json
phonebox/config/locales/en_US/config.json
phonebox/config/locales/en_US/defaults.json
phonebox/config/locales/en_US/g2p.xlit
phonebox/config/locales/es_MX/config.json
phonebox/config/locales/es_MX/defaults.json
phonebox/config/locales/es_MX/g2p.xlit
phonebox/config/locales/fr_FR/config.json
phonebox/config/locales/fr_FR/defaults.json
phonebox/config/locales/fr_FR/g2p.xlit
phonebox/config/locales/it_IT/config.json
phonebox/config/locales/it_IT/defaults.json
phonebox/config/locales/it_IT/g2p.xlit
phonebox/config/locales/pt_BR/config.json
phonebox/config/locales/pt_BR/defaults.json
phonebox/config/locales/pt_BR/g2p.xlit
phonebox/configs/__init__.py
phonebox/configs/accurate.yaml
phonebox/configs/defaults.yaml
phonebox/configs/fast.yaml
phonebox/configs/pocketsphinx.yaml
phonebox/configs/xsampa.yaml
phonebox/core/__init__.py
phonebox/core/decision_tree.py
phonebox/core/em_align.py
phonebox/core/g2p_model.py
phonebox/core/joint_decode.py
phonebox/core/multigram_align.py
phonebox/core/multigram_g2p.py
phonebox/core/multigram_lm.py
phonebox/core/nbest.py
phonebox/core/vectorizer.py
phonebox/eval/__init__.py
phonebox/eval/g2p_compare.py
phonebox/eval/g2p_compare_all.py
phonebox/experiments/__init__.py
phonebox/experiments/analysis.py
phonebox/experiments/equiv.py
phonebox/experiments/metrics.py
phonebox/experiments/normalize.py
phonebox/experiments/split.py
phonebox/tools/__init__.py
phonebox/tools/count_diphones.py
phonebox/utils/__init__.py
phonebox/utils/icu_utils.py
phonebox/utils/io.py
phonebox/utils/logging_config.py
tests/__init__.py
tests/test_cli.py
tests/test_decision_tree.py
tests/test_dict_processing.py
tests/test_dictionary.py
tests/test_edge_cases.py
tests/test_experiment_normalize.py
tests/test_g2p_api.py
tests/test_integration.py
tests/test_it_IT_locale.py
tests/test_joint_decode.py
tests/test_multigram_align.py
tests/test_multigram_g2p.py
tests/test_multigram_lm.py
tests/test_nbest.py
tests/test_no_config_joins.py
tests/test_pocketsphinx.py
tests/test_runner.py
tests/test_vectorizer.py