MANIFEST.in
README.md
setup.py
g2p/__init__.py
g2p/__version__.py
g2p/exceptions.py
g2p/log.py
g2p/transducer.py
g2p.egg-info/PKG-INFO
g2p.egg-info/SOURCES.txt
g2p.egg-info/dependency_links.txt
g2p.egg-info/not-zip-safe
g2p.egg-info/requires.txt
g2p.egg-info/top_level.txt
g2p/mappings/__init__.py
g2p/mappings/utils.py
g2p/mappings/langs/__init__.py
g2p/mappings/langs/langs.yml
g2p/mappings/langs/git/APA.csv
g2p/mappings/langs/git/Ortho_variables.csv
g2p/mappings/langs/git/Orthography.csv
g2p/mappings/langs/git/Orthography_Deterministic.csv
g2p/mappings/langs/git/RAPA.csv
g2p/mappings/langs/git/RAPA_Deterministic.csv
g2p/mappings/langs/git/norm.csv
g2p/mappings/langs/hei/doulos.csv
g2p/mappings/langs/moh/orth.csv
g2p/static/blockly_compressed.js
g2p/static/blockly_main.js
g2p/static/blocks.js
g2p/static/blocks_compressed.js
g2p/static/custom.css
g2p/static/custom.js
g2p/static/echart_custom.js
g2p/static/en.js
g2p/static/handsontable.full.min.css
g2p/static/handsontable.full.min.js
g2p/static/handsontable.main.css
g2p/static/javascript_compressed.js
g2p/static/jquery.min.js
g2p/static/normalize.css
g2p/static/python_compressed.js
g2p/static/skeleton.css
g2p/static/socket.io.slim.js
g2p/tests/__init__.py
g2p/tests/get_stats.py
g2p/tests/run.py
g2p/tests/test_indices.py
g2p/tests/test_langs.py
g2p/tests/test_mappings.py
g2p/tests/test_transducer.py
g2p/tests/private/__init__.py
g2p/tests/private/git_data_wrangler.py
g2p/tests/private/test_git.py
g2p/tests/public/__init__.py