<div dir="ltr">Thanks, Berthold.</div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Mar 5, 2016 at 11:21 AM, Berthold Crysmann <span dir="ltr">&lt;<a href="mailto:berthold.crysmann@gmail.com" target="_blank">berthold.crysmann@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I think you need +copy+ for that.<span class="HOEnZb"><font color="#888888"><br>
<br>
B</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
<br>
On 04/03/2016 00:57, Emily M. Bender wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dear developers,<br>
<br>
I&#39;m wrapping up this year&#39;s iteration of Ling 567 and have come to a question<br>
about transfer rules. One of our sentences is &quot;Cats chase dogs and sleep&quot;.<br>
One of our languages is a VSO language, which doesn&#39;t have VP coordination.<br>
It does have subject drop, so the authors of this grammar have translated that<br>
sentence as &quot;Tigers (!) chase dogs and [something] sleeps&quot;.  We wanted to<br>
see if we could write a transfer rule that would take the VP coordination MRS<br>
from English and make the corresponding S coordination (with subject drop),<br>
worrying only about the case where the second conjunct is an intransitive verb.<br>
<br>
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>
... which does apply and doesn&#39;t spin. However, the coref tag #pred between INPUT<br>
and OUTPUT don&#39;t seem to be doing any work.  That is, the ARG0 is getting<br>
copied across (the identity between the _and_coord&#39;s R-INDEX and the &#39;new&#39;<br>
EP&#39;s ARG0 is there) but the PRED value is getting lost.<br>
<br>
Does the LOGON transfer formalism allow for preserving PRED values?  If so,<br>
what is the syntax I should be using?<br>
<br>
Many thanks,<br>
Emily<br>
<br>
<br>
<br>
<br>
-- <br>
Emily M. Bender<br>
Professor, Department of Linguistics<br>
Check out CLMS on facebook! <a href="http://www.facebook.com/uwclma" rel="noreferrer" target="_blank">http://www.facebook.com/uwclma</a><br>
</blockquote>
<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <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>