Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

SAPI C&C False Recognition

20 views
Skip to first unread message

wheel...@yahoo.com

unread,
Apr 13, 2014, 2:24:23 PM4/13/14
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>
0 new messages