I use Google Speech Recognizer for Android that I do not want to replace. It produces text, which I want to interpret using my own grammar.
I've checked some tools (like sphinx), but all of them seem to require using their recognizer in order to decode text, but I don't want to use their recognizer.
Do you know some tool that can process a given text using a grammar? Or perhaps how can i use sphinx w/o their recognizer? Thanks