Java-Speech-Recognizer-Tutorial--Calculator
Java-Speech-Recognizer-Tutorial--Calculator copied to clipboard
:lips: Java-Speech-Recognizer-Tutorial--Calculator
Hi people, is there some way to avoid the excess of information at the output, and make appears only the spoken word?
sometimes when i say "three", it returns "eight", how do i increase the accuracy speech? i think its because of sampling rate, having a bad microphone or something…
Thanks for your sharings and beautiful code. But I hada issue when I tried to run my project. It says "Can't find pronunciation for X" My grammar file is like:...
**Dear All,** I wrote the following code and ended up with below mentioned error:** Please suggest some solution. import java.io.*; import java.util.Collections; import java.util.List; import java.util.ArrayList; import java.util.Scanner; import java.util.Timer;...

I am getting an error when compiling the code SpeechRecogonizerMain.java Can you please resolve this for me Sep 17, 2017 10:25:58 AM model.SpeechRecognizerMain INFO: Loading Speech Recognizer... 10:26:02.393 INFO unitManager...
 Program is not recognizing voice.
Jan 18, 2017 5:24:41 PM model.Main INFO: Loading.. Exception in thread "main" Property exception component:'jsgfGrammar' property:'grammarLocation' - Can't locate resource:/grammars edu.cmu.sphinx.util.props.InternalConfigurationException: Can't locate resource:/grammars at edu.cmu.sphinx.util.props.ConfigurationManagerUtils.getResource(ConfigurationManagerUtils.java:468) at edu.cmu.sphinx.jsgf.JSGFGrammar.newProperties(JSGFGrammar.java:228) at edu.cmu.sphinx.util.props.PropertySheet.getOwner(PropertySheet.java:518)...
I did the same as the tutorial even though i get this problem 