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

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

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -