We have created a small (one Java file) application for converting spoken requests into Linux shell commands. The spoken request and the associated shell commands are specified in a text file (current version has only 10 lines.) It uses Levenshtein distance to correct errors in the recognized input. For source and explanation please see http://www.jaivox.com/speechcommand.html.
We have created a small (one Java file) application for converting spoken requests into Linux shell commands. The spoken request and the associated shell commands are specified in a text file (current version has only 10 lines.) It uses Levenshtein distance to correct errors in the recognized input. For source and explanation please see http://www.jaivox.com/speechcommand.html.
The application needs sphinx4 and sphinxbase. The language model can be built on line from http://www.speech.cs.cmu.edu/tools/lmtool-new.html.