This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tips:speech:simon [2017/03/06 14:38] – [install] scipio | tips:speech:simon [2017/03/14 20:59] (current) – [compile] scipio | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| models: | models: | ||
| * US English HUB4 WSJ SPHINX model. This model is part of pocketsphinx-extra where it is called \" | * US English HUB4 WSJ SPHINX model. This model is part of pocketsphinx-extra where it is called \" | ||
| + | ===== install sphinx ===== | ||
| + | |||
| + | prereq | ||
| + | <code bash> | ||
| + | sudo apt install bison gradle openjdk-8-jdk | ||
| + | </ | ||
| + | |||
| + | build from sources http:// | ||
| + | |||
| + | |||
| + | |||
| + | |||
| ===== install ===== | ===== install ===== | ||
| + | |||
| + | |||
| + | |||
| <code bash> | <code bash> | ||
| Line 26: | Line 41: | ||
| ===== compile ===== | ===== compile ===== | ||
| + | |||
| + | https:// | ||
| <code bash> | <code bash> | ||
| sudo apt-get build-dep simon | sudo apt-get build-dep simon | ||
| + | |||
| + | git clone git:// | ||
| + | cd simon | ||
| + | export QT_VERSION=qt4 | ||
| + | rm -fR build | ||
| + | ./ | ||
| </ | </ | ||
| Line 42: | Line 65: | ||
| </ | </ | ||
| + | |||
| + | <code bash> | ||
| + | mkdir /tmp/model | ||
| + | cd /tmp/model | ||
| + | cp -a / | ||
| + | cp / | ||
| + | cp / | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| === training === | === training === | ||