Is there anything I can read that documents the scope of grammar support in the Unimrcp SR plugins? Or, can someone give me a brief explanation of the various supported grammar options?
I reviewed the usage manuals for the available plugins and for grammar support they seem to all support something like:
- Built-in speech transcription grammar
- Built-in and dynamic speech contexts
- Built-in/embedded DTMF grammar
- SRGS XML (limited support)
Is this correct:
1. Transcription - returns a transcription of the spoken phrase.
2. speech contexts - defines a list of phrases in XML to use for the recognition and a tag string for the semantic result for the matching phrase
3. DTMF grammars seem limited to builtin:dtmf/digits. Do the plugins support VXML style minlength and maxlength querystring parameters?
4. SRGS XML - what is the scope of support for SRGS in these plug ins? The docs say "limited". What capabilities of SRGS are supported? Is there any SISR support?
I am trying to understand what are the supported options for semantic interpretation using the SR plugins?
How are people building speech applications and identifying the semantic meaning of the caller's words?