Hi my dear guys,
Can anyonw help me with this trouble? I've 3 days on this without sleep.
How to "Turn off the kitchen lights at 50 percent" in SAPI grammar structure?
Code:<grammar langid="409"> <RULE NAME="voicelink" TOPLEVEL="ACTIVE"> <PHRASE> <PHRASE>Turn</PHRASE> <!-- introduction word --> <OPT>...</OPT> <LIST> <PHRASE> <LIST> <PHRASE>on</PHRASE> <PHRASE>off</PHRASE> </LIST> <LIST> <LIST PROPNAME="{A1}"> <PHRASE>light</PHRASE> </LIST> <LIST PROPNAME="{A2}"> <PHRASE>radio</PHRASE> </LIST> <LIST PROPNAME="{A3}"> <PHRASE>tv</PHRASE> </LIST> </LIST> </PHRASE> </LIST> </PHRASE> </RULE> </grammar>





Reply With Quote