Built In Grammar support using ruleref

Con risposta Built In Grammar support using ruleref

  • 28 ตุลาคม 2552 20:07
     
     
    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

ตอบทั้งหมด

  • 29 ตุลาคม 2552 0:47
     
     คำตอบ
    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
    •