<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi Francis,</div><div><br></div>I'm afraid I'm unqualified to speak about the LKB behavior, but regarding FLAGS.EQUAL, in ACE at least, it is enforced for the type at the location specified, but not for substructure, so asking for EQUAL on PNG.PN makes more sense in this application than on ARG0 (which would perhaps demand that the variable is an `x' but not that it is 3p). &nbsp;It's probably not necessary in this situation to begin with since the ungrammatical variants specialize PNG.PN to 3s, which is not unifiable with 3p.<div><br></div><div>-Woodley<br><div><div><br></div><div><div><br><div><div>On Mar 4, 2015, at 6:01 PM, Francis Bond &lt;<a href="mailto:bond@ieee.org">bond@ieee.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div>G'day,<br><br>while we are discussing transfer rules, I would like to point out that there are some differences between the implementations in ACE and the LKB/LOGON.&nbsp;&nbsp;&nbsp; What combination of things would work and why when dealing with properties has always been mysterious to me, currently the ACE implementation seems to behave more as I would expect. <br>&nbsp;<br>The following rules show a clear difference between the behaviour for ACE and the LKB:<br><br>I am trying to make an entry for the idiom "hold one's horses".<br><br>If I make an idiomatic verb:<br>hold_v1_poss_i := v_np_refl-idm_le &amp;<br>&nbsp;[ ORTH &lt; "hold" &gt;,<br>&nbsp; &nbsp;SYNSEM [ LKEYS.KEYREL.PRED "_hold_v_ones_i_rel",<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PHON.ONSET con ] ].<br><br>And an idiom rule like such:<br><br>hold+ones+horses_ir := v_reflnp_idiom_mtr &amp;<br>&nbsp; &nbsp; [ INPUT.RELS.LIST &lt; [ PRED "_hold_v_ones_i_rel" ],<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [ PRED "_horse_n_1_rel"], ... &gt; ].<br><br>Then I get idiomatic readings for:<br>Kim holds her horses. &nbsp;(<span>&lt;360.gif&gt;</span>)<br>Kim holds her horse. &nbsp; (<span>&lt;33D.gif&gt;</span>)<br>And not for:<br>Kim holds my horse. (<span>&lt;360.gif&gt;</span>)<br><br>I would like to only allow the idiomatic reading for the plural case.<br><br>I have tried:<br>----------<br>hold+ones+horses_ir := v_reflnp_idiom_mtr &amp;<br>&nbsp; &nbsp;[ INPUT.RELS.LIST &lt; [ PRED "_hold_v_ones_i_rel" ],<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[ PRED "_horse_n_1_rel", &nbsp;<a href="http://arg0.png.pn/">ARG0.PNG.PN</a> 3p &amp; #pn], ... &gt;,<br>&nbsp; &nbsp; &nbsp;FLAGS.EQUAL &lt; #pn &gt; ].<br><br>Which blocks both singular and plural in the LKB but allows only plural for ACE.<br>----------------<br>hold+ones+horses_ir := v_reflnp_idiom_mtr &amp;<br>&nbsp; &nbsp;[ INPUT.RELS.LIST &lt; [ PRED "_hold_v_ones_i_rel" ],<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[ PRED "_horse_n_1_rel", &nbsp;ARG0 #x &amp; [<a href="http://png.pn/">PNG.PN</a> 3p ]], ... &gt;,<br>&nbsp; &nbsp; &nbsp;FLAGS.EQUAL &lt; #x &gt; ].<br><br>Which allows both singular and plural in the LKB but allows only plural for ACE.<br>-------------<br>In fact, you don't even need the FLAGS.EQUAL for ACE:<br><br>hold+ones+horses_ir := v_reflnp_idiom_mtr &amp;<br>&nbsp; &nbsp;[ INPUT.RELS.LIST &lt; [ PRED "_hold_v_ones_i_rel" ],<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[ PRED "_horse_n_1_rel", &nbsp;<a href="http://arg0.png.pn/">ARG0.PNG.PN</a> 3p], ... &gt; ].<br><br>Which allows both singular and plural in the LKB but allows only plural for ACE.<br>-----------------<br><br></div>If anyone has an explanation for this behaviour, I would love to hear it :-).<br><div><div><br></div><div><br></div><div>-- <br>Francis Bond &lt;<a href="http://www3.ntu.edu.sg/home/fcbond/">http://www3.ntu.edu.sg/home/fcbond/</a>&gt;<br>Division of Linguistics and Multilingual Studies<br>Nanyang Technological University</div></div></div>
</blockquote></div><br></div></div></div></div></body></html>