<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div>Dear developers,<br><br></div>I&#39;m wrapping up this year&#39;s iteration of Ling 567 and have come to a question<br></div>about transfer rules. One of our sentences is &quot;Cats chase dogs and sleep&quot;.<br></div>One of our languages is a VSO language, which doesn&#39;t have VP coordination.<br></div>It does have subject drop, so the authors of this grammar have translated that<br></div>sentence as &quot;Tigers (!) chase dogs and [something] sleeps&quot;.  We wanted to<br></div>see if we could write a transfer rule that would take the VP coordination MRS<br></div>from English and make the corresponding S coordination (with subject drop), <br></div>worrying only about the case where the second conjunct is an intransitive verb.<br><br></div>We got as far as:<br><br>vp-coord-to-s-coord := monotonic_omtr &amp;<br> [ CONTEXT [ RELS &lt;! [ PRED &quot;_and_coord_rel&quot;,<br>                       L-INDEX #e1,<br>               R-INDEX #arg0 ],<br>                     [ ARG0 #e1,<br>                       ARG1 #arg1 ] !&gt; ],<br>   INPUT [ RELS &lt;! [ PRED #pred,<br>             LBL #lbl,<br>             ARG0 #arg0,<br>                     ARG1 #arg1 ] !&gt; ],<br>   OUTPUT [ RELS &lt;! [ PRED #pred,<br>                      LBL #lbl,<br>                      ARG0 #arg0,<br>                      ARG1 x ] !&gt; ],<br>   FLAGS.SUBSUME &lt; #arg1 &gt; ].<br><br></div>... which does apply and doesn&#39;t spin. However, the coref tag #pred between INPUT<br></div>and OUTPUT don&#39;t seem to be doing any work.  That is, the ARG0 is getting<br></div>copied across (the identity between the _and_coord&#39;s R-INDEX and the &#39;new&#39;<br></div>EP&#39;s ARG0 is there) but the PRED value is getting lost.  <br><br></div>Does the LOGON transfer formalism allow for preserving PRED values?  If so,<br></div>what is the syntax I should be using?<br><br></div>Many thanks,<br></div>Emily<br><br><div><div><div><div><div><div><div><div><div><br><br clear="all"><div><div><div><div><div><div><div><div><div><div><div><br>-- <br><div class="gmail_signature"><div dir="ltr">Emily M. Bender<br>Professor, Department of Linguistics<br>Check out CLMS on facebook! <a href="http://www.facebook.com/uwclma" target="_blank">http://www.facebook.com/uwclma</a><br></div></div>
</div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>