Built In Grammar support using ruleref
Built In Grammar support using ruleref
-
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
ตอบทั้งหมด
-
Speech Server does not support built in grammars.
The only way around it is to reference the digits rule in the provided Library grammar.
- ทำเครื่องหมายเป็นคำตอบโดย
Kalpan Doshi
24 พฤศจิกายน 2552 23:33
-