I can't find an easy way to install Simon voice recognition software on Ubuntu 18.04. What is the easiest way?
If you know an alternative that can be installed on Debian or Ubuntu let me know. Wrist problems and a voice recognition to control my station would be more than welcome.
Since simon was dropped from the 18.04 repositories, installation is not easy, and requires downloading its source code and compiling it. This is non-trivial.
Alternatives? CMUsphinx is just a toolkit which simon uses, and freespeech AKA OpenMindSpeech is less. julius, another toolkit simon uses, exists and is in the 18.04 repositories, but is nowhere near as well documented as simon. Installing julius is simple: open a terminal window and type in
Should you find julius wanting, this article goes into great detail on an alternative through Google Docs.
It's no longer in the repositories for 18.04 and hence you need to compile it from source. First pull it from the git repo using
Install the build dependencies
And then build it
Add in file: simonsource/build/simonlib/simonactions/moc_actionmanager.cpp (last line)
Save file and compile.