SRGS - GRXML parsing via text input in java -


i have existing ivr voice application uses srgs .grxml grammar files. in ivr our speech recognizer (nuance) uses these grammars take spoken input , return values based on particular grammar specified.

i'm trying find java based tool use these same grammar files allow me send plain text in parsed according rules of grammar.

i've seen sphinx4 , have recognizer uses microphone input can tell. i'm looking nuance's "parsetool" given grammar , sample text output results of grammar, need within java class.

does know of tools this?


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Restarting Supervisor and effect on FlaskSocketIO -

javascript - Using jquery append to add option values into a select element not working -