Can i update grammer, in xml format which i used in voice tools.(voice recognition)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ankitgaur
    New Member
    • Apr 2010
    • 1

    Can i update grammer, in xml format which i used in voice tools.(voice recognition)

    // The grammar format are as given below.......... ........

    <GRAMMAR LANGID="409">
    <DEFINE>
    <ID NAME="VID_Count er" VAL="1"/>
    <ID NAME="VID_Place " VAL="253"/>
    <ID NAME="VID_Navig ation" VAL="254"/>
    </DEFINE>
    <RULE ID="VID_Navigat ion" TOPLEVEL="ACTIV E">
    <O>Select</O>
    <P>
    <L>

    <P>One</P>
    <P>Two</P>
    <P>Three</P>
    </L>
    </P>
    <O>the</O>
    <RULEREF REFID="VID_Plac e" />
    </RULE>
    <RULE ID="VID_Place" >
    <L PROPID="VID_Pla ce">
    <P VAL="VID_Counte r">ID</P>
    </L>
    </RULE>
    </GRAMMAR>
  • jkmyoung
    Recognized Expert Top Contributor
    • Mar 2006
    • 2057

    #2
    ? Yes?
    Use notepad? Use vi?
    Use XSLT?
    I'm not sure what the question is.

    Comment

    Working...