LICENSE
MANIFEST.in
README.md
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
gruut/VERSION
gruut/__init__.py
gruut/__main__.py
gruut/commands.py
gruut/const.py
gruut/corpus2db.py
gruut/g2p.py
gruut/g2p_phonetisaurus.py
gruut/lang.py
gruut/lexicon2db.py
gruut/phonemize.py
gruut/pos.py
gruut/py.typed
gruut/toksen.py
gruut/utils.py
gruut.egg-info/PKG-INFO
gruut.egg-info/SOURCES.txt
gruut.egg-info/dependency_links.txt
gruut.egg-info/entry_points.txt
gruut.egg-info/requires.txt
gruut.egg-info/top_level.txt
gruut/data/en-us/lexicon.db
gruut/data/en-us/espeak/lexicon.db
gruut/data/en-us/espeak/g2p/model.crf
gruut/data/en-us/g2p/model.crf
gruut/data/en-us/pos/model.crf
tests/__init__.py
tests/test_en_phonemizer.py
tests/test_en_tokenizer.py
tests/test_fr_phonemizer.py
tests/test_g2p.py
tests/test_inline_pronunciations.py
tests/test_lang.py
tests/test_pos.py
tests/test_regex_tokenizer.py
tests/test_sqlite_phonemizer.py
tests/test_text_to_phonemes.py