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.
<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>