https://github.com/mozilla/g2p
INACTIVE - http://mzl.la/ghe-archive - Tools to create ARPA models from cmu pocketsphinx dictionaries for proper g2p generation
https://github.com/mozilla/g2p
inactive unmaintained
Last synced: 4 months ago
JSON representation
INACTIVE - http://mzl.la/ghe-archive - Tools to create ARPA models from cmu pocketsphinx dictionaries for proper g2p generation
- Host: GitHub
- URL: https://github.com/mozilla/g2p
- Owner: mozilla
- Archived: true
- Created: 2015-07-24T21:10:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-29T21:50:34.000Z (about 6 years ago)
- Last Synced: 2024-09-19T02:26:50.536Z (8 months ago)
- Topics: inactive, unmaintained
- Language: C++
- Homepage:
- Size: 92.7 MB
- Stars: 20
- Watchers: 8
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Steps
### Dependencies
0. C++11 with TR1 for opemfst is required;
0. A Linux or OS X environment
0. Install openfst from deps/ folder (configure with --enable-far)
0. Install phonetisaurus from root folder
0. Install mitlm from deps/ folder (requires fortran)#### Install Sphinxbase (attention to sphinxbase version)
0. Sphinxbase: Since gecko-dev uses an outdated version of sphinxbase, this specific commit (https://github.com/cmusphinx/sphinxbase/tree/18aec4d11c5fc724a15f899bc1222bfcfe589def) should be used, otherwise generated models will be incompatible with Gecko's sphinxbase and will fail to load. Build with traditional ./configure && make && make install### Generating the models
0. From inside dicts/ folder, execute gen_arpa.sh from each language you want arpa models to be build
1. The .dmp and lm.bin (for faster loading) binary files and its text version (model.arpa) are generated the language root folder