tips:speech:simon

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tips:speech:simon [2017/03/06 14:38] – [install] scipiotips: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 \"hub4_wsj_sc_3s_8k.cd_semi_5000\".   * US English HUB4 WSJ SPHINX model. This model is part of pocketsphinx-extra where it is called \"hub4_wsj_sc_3s_8k.cd_semi_5000\".
 +===== install sphinx =====
 +
 +prereq
 +<code bash>
 +sudo apt install bison gradle openjdk-8-jdk
 +</code>
 +
 +build from sources http://cmusphinx.sourceforge.net/wiki/download, not use ubuntu packages
 +
 +
 +
 +
 ===== install ===== ===== install =====
 +
 +
 +
  
 <code bash> <code bash>
Line 26: Line 41:
  
 ===== compile ===== ===== compile =====
 +
 +https://phabricator.kde.org/source/simon/
  
 <code bash> <code bash>
 sudo apt-get build-dep simon sudo apt-get build-dep simon
 +
 +git clone git://anongit.kde.org/simon
 +cd simon
 +export QT_VERSION=qt4
 +rm -fR build
 +./build_ubuntu.sh
 </code> </code>
  
Line 42: Line 65:
  
 </code> </code>
 +
 +<code bash>
 +mkdir /tmp/model
 +cd /tmp/model
 +cp -a /usr/share/pocketsphinx/model/en-us/en-us .
 +cp /usr/share/pocketsphinx/model/en-us/cmudict-en-us.dict .
 +cp /usr/share/pocketsphinx/model/en-us/en-us.lm.bin .
 +</code>
 +
 +
 +
  
 === training === === training ===
  • tips/speech/simon.1488807484.txt.gz
  • Last modified: 2017/03/06 14:38
  • by scipio