I am trying to implement the voice recognition using pocketSphinx. Currently, i am able to recognize multiple phrases from the grammar file. using
recognizer.addKeywordSearch(KWS_SEARCH,menuGrammar);
The issue, is only the exact phrases from the grammar file get recognized. I want to be able to recognize ( and print) more English like statements. If I am able to retrieve the statements spoken by the user, i will then search for certain keywords ( and then do the required action) Can you please guide me on how to recognise multiple statements spoken by the user ( without having to force the user to say the specific phrases as it is)