Voice recognition with TalkingJava SDK
Greetings, I am working on a speech recognition project for a TV remote control, using SDK Talkingjava JSAPI with Cloud Garden, with the help of a dictionary based on JSGF (Java Speech Grammar Format) I have managed to implement it in a way that recognizes the words that I dictate and execute the instruction for each voice command recognized correctly, my problem is that my commands are for example "Power On", "Channel Up", "Channel Down", between others, but the program recognizes similar words like a command, if I say "Come on" is recognized as "Power On" or if I say "Panel up" is recognized as "Channel up", which should not happen, any suggestions to solve this problem? Thank you very much.