LICENSE
README.md
pyproject.toml
requirements.txt
scriptconv/__init__.py
scriptconv/__main__.py
scriptconv/cangjie.py
scriptconv/conventions.py
scriptconv/diacritics.py
scriptconv/graph.py
scriptconv/notation.py
scriptconv/py.typed
scriptconv/readings.py
scriptconv/scripts.py
scriptconv/translit.py
scriptconv/version.py
scriptconv.egg-info/PKG-INFO
scriptconv.egg-info/SOURCES.txt
scriptconv.egg-info/dependency_links.txt
scriptconv.egg-info/requires.txt
scriptconv.egg-info/top_level.txt
scriptconv/data/__init__.py
scriptconv/data/cangjie5_tc.tsv.gz
scriptconv/phonemizers/__init__.py
scriptconv/phonemizers/ar.py
scriptconv/phonemizers/base.py
scriptconv/phonemizers/en.py
scriptconv/phonemizers/enums.py
scriptconv/phonemizers/eu.py
scriptconv/phonemizers/fa.py
scriptconv/phonemizers/gl.py
scriptconv/phonemizers/he.py
scriptconv/phonemizers/ja.py
scriptconv/phonemizers/ko.py
scriptconv/phonemizers/mul.py
scriptconv/phonemizers/mwl.py
scriptconv/phonemizers/o2ipa.py
scriptconv/phonemizers/pt.py
scriptconv/phonemizers/registry.py
scriptconv/phonemizers/shami.py
scriptconv/phonemizers/vi.py
scriptconv/phonemizers/zh.py
scriptconv/phonemizers/_thirdparty/__init__.py
scriptconv/phonemizers/_thirdparty/bw2ipa.py
scriptconv/phonemizers/_thirdparty/hangul2ipa.py
scriptconv/phonemizers/_thirdparty/zh_num.py
scriptconv/phonemizers/_thirdparty/ko_tables/aspiration.csv
scriptconv/phonemizers/_thirdparty/ko_tables/assimilation.csv
scriptconv/phonemizers/_thirdparty/ko_tables/double_coda.csv
scriptconv/phonemizers/_thirdparty/ko_tables/hanja.tsv
scriptconv/phonemizers/_thirdparty/ko_tables/ipa.csv
scriptconv/phonemizers/_thirdparty/ko_tables/neutralization.csv
scriptconv/phonemizers/_thirdparty/ko_tables/tensification.csv
scriptconv/phonemizers/_thirdparty/ko_tables/yale.csv
scriptconv/phonemizers/_thirdparty/shami/__init__.py
scriptconv/phonemizers/_thirdparty/shami/codeswitch.py
scriptconv/phonemizers/_thirdparty/shami/diacritize.py
scriptconv/phonemizers/_thirdparty/shami/dialectal.py
scriptconv/phonemizers/_thirdparty/shami/english_g2p.py
scriptconv/phonemizers/_thirdparty/shami/espeak.py
scriptconv/phonemizers/_thirdparty/shami/frontend.py
scriptconv/phonemizers/_thirdparty/shami/levantine_g2p.py
scriptconv/phonemizers/_thirdparty/shami/normalize.py
scriptconv/phonemizers/_thirdparty/shami/phoneme_inventory.py
scriptconv/phonemizers/_vendored/__init__.py
scriptconv/phonemizers/_vendored/kog2p/LICENSE.md
scriptconv/phonemizers/_vendored/kog2p/__init__.py
scriptconv/phonemizers/_vendored/kog2p/rulebook.txt
scriptconv/phonemizers/_vendored/mantoq/LICENSE.md
scriptconv/phonemizers/_vendored/mantoq/__init__.py
scriptconv/phonemizers/_vendored/mantoq/num2words.py
scriptconv/phonemizers/_vendored/mantoq/unicode_symbol2label.py
scriptconv/phonemizers/_vendored/mantoq/buck/__init__.py
scriptconv/phonemizers/_vendored/mantoq/buck/phonetise_buckwalter.py
scriptconv/phonemizers/_vendored/mantoq/buck/symbols.py
scriptconv/phonemizers/_vendored/mantoq/buck/tokenization.py
tests/test_arpa_stress.py
tests/test_cangjie.py
tests/test_cli.py
tests/test_conventions.py
tests/test_diacritics.py
tests/test_diacritics_graph.py
tests/test_errors_policy.py
tests/test_examples.py
tests/test_graph.py
tests/test_notation.py
tests/test_phonemizers_base.py
tests/test_phonemizers_cjk_ar.py
tests/test_readings.py
tests/test_readings_zh.py
tests/test_scripts.py
tests/test_scripts_stressonnx_compat.py
tests/test_translit.py