LICENSE
README.md
THIRD_PARTY_NOTICES.md
VERSION
pyproject.toml
g2p_mix/__init__.py
g2p_mix/__main__.py
g2p_mix/api.py
g2p_mix/cli.py
g2p_mix/errors.py
g2p_mix/models.py
g2p_mix/phonetics.py
g2p_mix/pipeline.py
g2p_mix/profiles.py
g2p_mix/py.typed
g2p_mix/renderers.py
g2p_mix/resources.py
g2p_mix/similarity.py
g2p_mix/transcription.py
g2p_mix/validation.py
g2p_mix.egg-info/PKG-INFO
g2p_mix.egg-info/SOURCES.txt
g2p_mix.egg-info/dependency_links.txt
g2p_mix.egg-info/entry_points.txt
g2p_mix.egg-info/requires.txt
g2p_mix.egg-info/top_level.txt
g2p_mix/backends/__init__.py
g2p_mix/backends/base.py
g2p_mix/backends/cantonese.py
g2p_mix/backends/english.py
g2p_mix/backends/mandarin.py
g2p_mix/dict/digits.txt
g2p_mix/dict/english_force_spellings.txt
g2p_mix/dict/english_homograph_overrides.json
g2p_mix/dict/interjections.txt
g2p_mix/dict/neural_tone_words.txt
g2p_mix/dict/phones.json
g2p_mix/dict/phrases.txt
g2p_mix/dict/pos.json
g2p_mix/dict/single.txt
g2p_mix/dict/syllables.NOTICE.txt
g2p_mix/dict/syllables.json
g2p_mix/dict/transcriptions.json
g2p_mix/dict/whitelist.txt
g2p_mix/lexicons/__init__.py
g2p_mix/lexicons/mandarin.py
g2p_mix/nltk_data/corpora/cmudict.zip
g2p_mix/nltk_data/taggers/averaged_perceptron_tagger.zip
g2p_mix/nltk_data/taggers/averaged_perceptron_tagger_eng/averaged_perceptron_tagger_eng.classes.json
g2p_mix/nltk_data/taggers/averaged_perceptron_tagger_eng/averaged_perceptron_tagger_eng.tagdict.json
g2p_mix/nltk_data/taggers/averaged_perceptron_tagger_eng/averaged_perceptron_tagger_eng.weights.json
g2p_mix/processors/__init__.py
g2p_mix/processors/base.py
g2p_mix/processors/mandarin_tone_sandhi.py
g2p_mix/text/__init__.py
g2p_mix/text/latin.py
g2p_mix/text/normalizers.py
g2p_mix/text/projection.py
g2p_mix/text/tokenizer.py
g2p_mix/text/unicode_script.py
tests/test_api.py
tests/test_backends.py
tests/test_benchmarks.py
tests/test_g2pw_integration.py
tests/test_integration.py
tests/test_lexicons.py
tests/test_normalizers.py
tests/test_open_source_fixtures.py
tests/test_packaging.py
tests/test_phase5_contracts.py
tests/test_phonetics.py
tests/test_pipeline.py
tests/test_processors.py
tests/test_renderers.py
tests/test_resources.py
tests/test_similarity.py
tests/test_similarity_optional.py
tests/test_tokenizer_projection.py
tests/test_transcription.py
tests/cases/backend_integration.json
tests/cases/mandarin_initialization.json
tests/cases/mandarin_lexicon.json
tests/cases/mandarin_tone_sandhi.json
tests/cases/phase5_contracts.json
tests/cases/phonetics.json
tests/cases/resources.json
tests/cases/text_normalization.json
tests/cases/transcription_similarity.json
tests/cases/unicode_tokenization.json
tests/fixtures/third_party/manifest.json
tests/fixtures/third_party/cc_cedict/LICENSE.txt
tests/fixtures/third_party/cc_cedict/NOTICE.md
tests/fixtures/third_party/cc_cedict/SOURCE.json
tests/fixtures/third_party/cc_cedict/cases.json
tests/fixtures/third_party/cc_cedict/raw_excerpt.txt
tests/fixtures/third_party/cmudict/LICENSE.txt
tests/fixtures/third_party/cmudict/NOTICE.md
tests/fixtures/third_party/cmudict/SOURCE.json
tests/fixtures/third_party/cmudict/cases.json
tests/fixtures/third_party/cmudict/raw_excerpt.txt
tests/fixtures/third_party/g2pw_readme/LICENSE.txt
tests/fixtures/third_party/g2pw_readme/NOTICE.md
tests/fixtures/third_party/g2pw_readme/SOURCE.json
tests/fixtures/third_party/g2pw_readme/cases.json
tests/fixtures/third_party/g2pw_readme/raw_excerpt.txt
tests/fixtures/third_party/hkcancor/LICENSE.txt
tests/fixtures/third_party/hkcancor/NOTICE.md
tests/fixtures/third_party/hkcancor/SOURCE.json
tests/fixtures/third_party/hkcancor/cases.json
tests/fixtures/third_party/hkcancor/raw_excerpt.txt