Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tips:speech:simon [2017/03/06 17:59] – [compile] 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 https://github.com/KDE/simon.git | + | git clone git://anongit.kde.org/simon |
cd simon | cd simon | ||
export QT_VERSION=qt4 | export QT_VERSION=qt4 | ||
Line 48: | Line 65: | ||
</ | </ | ||
+ | |||
+ | <code bash> | ||
+ | mkdir /tmp/model | ||
+ | cd /tmp/model | ||
+ | cp -a / | ||
+ | cp / | ||
+ | cp / | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
=== training === | === training === |