wheel...@yahoo.com
unread,Apr 13, 2014, 2:24:23 PM4/13/14You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
The following, successfully compiled XML file results in successful, but false, recognition of words other than those listed in the RULE "Who"; or the words 'calling, writing, nothing.
For example, "Thank him for jumping"
Please advise on how to prevent/minimize false recognition.
I have added a <Dictation> sibling phrase as a work-around' but believe that shouldn't be necessary.
Any help would be appreciate.
<RULE NAME="Greeting" TOPLEVEL="ACTIVE">
<P>
<P>Thank</P>
<RULEREF NAME="Who" PROPNAME="Person"/>
<P>for</P>
<LIST>
<P>calling</P>
<P>writing</P>
<P>nothing</P>
</LIST>
</P>
</RULE>
<RULE NAME="Who">
<LIST PROPNAME="Persons">
<P VAL="1">you</P>
<P VAL="2">you all</P>
<P VAL="3">yuse</P>
</LIST>
</RULE>