Hello,
I am currently developinga recognitiontool for abusiness application.
I have a biggrammar thatworks well enough, thoughforHMIneeds,
I need to get a partialreply before the end of the sentence which can bequite long.
my grammar is divided roughly into two parts:a subjectfollowed by an action.
each of these parts is relatively complex.
to highlight the subject inmy HMI,I want to have the response of therecognition engine
before the end of the action.
how to do? the solution I've found so faris not satisfactory:
I used two Recognizer one grammar withthe subject and the other with the fullgrammar.
this requires a duplicate grammar subjectin grxml files because I have notsucceeds in operating the ruleref onexternal grammars.
is there a better way to do that ?
Thank you in advance.