ABNF Grammar Report Error
Posted: Wed Jan 11, 2006 4:32 pm
We have the platform version 2.5.0.12, with the Sphinx ASR. I was not able to get SRGS ABNF working. Grammar segment is given below,
What I am doing worng?
Thanks,
Suresh
Code: Select all
<grammar mode="dtmf" type="application/srgs" >
<![CDATA[
#ABNF 1.0 ISO-8859-1;
mode dtmf;
root $nbr;
public $nbr = 1 | 2 | 3 | 4 | "*" | "#" ;
]]>
</grammar>
Thanks,
Suresh