Hello,
I am trying to load grxml grammars into the speech engine with a ruleref to a builtin grammar. For example, a grammar rule may look like this:
<rule id="phone" scope="public">
<item>
<ruleref uri="builtin:grammar/digits?maxlength=2" />
<tag>$=$$</tag>
</item>
</rule>
Is this supported in the Speech Server? Are there plans to support this format?
If not, what is the best way to circumvent this since the above format is fully supported by OSR and other speech engines?
Thanks,
Kalpan