<div dir="ltr"><div>I can answer two of your questions:</div><br><div class="gmail_quote"><div dir="ltr">On Fri, Jan 8, 2016 at 12:47 PM Ann Copestake &lt;<a href="mailto:aac10@cl.cam.ac.uk">aac10@cl.cam.ac.uk</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">- did anyone get round to doing a version of the mrs.dtd files with<br>
ICONS?  or otherwise specifying what it&#39;s supposed to look like in XML?</blockquote><div><br></div><div>I started one a while ago but failed to finish it, so I just now wrapped it up. It&#39;s in the RelaxNG compact format (<a href="http://relaxng.org/compact-tutorial-20030326.html">http://relaxng.org/compact-tutorial-20030326.html</a>). The schema (mrs.rnc) is attached. You can use the Jing validator (<a href="http://www.thaiopensource.com/relaxng/jing.html">http://www.thaiopensource.com/relaxng/jing.html</a>) like this:</div><div><br></div><div>    jing -c mrs.rnc mrs-corpus.xml</div><div><br></div><div>It&#39;s nearly an exact translation of the mrs.dtd file from the LOGON repository, except:</div><div><br></div><div>* the values for cfrom and cto (if present) are constrained to be integers</div><div><br></div><div>* &quot;d&quot; is an accepted pos on a realpred<br></div><div><br></div><div>* variable sorts accept any string (the DTD didn&#39;t have the &quot;p&quot; sort, nor did it have the grammar-internal sorts like &quot;event&quot;, &quot;handle&quot;, &quot;ref-ind&quot;, etc.)</div><div><br></div><div>* there&#39;s a definition for ICONS</div><div><br></div><div>Note: where HCONS has hi and lo variables, ICONS has iarg1 and iarg2. These names just come from their features in the Matrix. An earlier version called them &quot;clause&quot; and &quot;target&quot;, but that terminology was specific to information-structure, and ICONS can supposedly accommodate other kinds of relations as well. Also, Emily says &quot;hi&quot; and &quot;lo&quot; are not appropriate because there&#39;s no hierarchical meaning associated to the two arguments. I don&#39;t think anybody else has thought about the MRS XML format with regards to ICONS, so please feel free to choose better names for these arguments.</div><div>  </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
- similarly, I have messages from 7/14 and 8/14 with a proposal for<br>
SimpleMRS v1.1 from Mike but can&#39;t find a version with ICONS on the<br>
wiki.  I am, no doubt, missing something obvious ....<br></blockquote><div><br></div><div>I think the message to the developers list (<a href="http://lists.delph-in.net/archives/developers/2014/001969.html">http://lists.delph-in.net/archives/developers/2014/001969.html</a>) has the most information about SimpleMRS v1.1 format. Note that in that thread I refer to the ICONS &quot;clause&quot; and &quot;target&quot;, which are now outdated terms. There&#39;s also examples in pyDelphin&#39;s unit tests (which are human-readable): <a href="https://github.com/delph-in/pydelphin/blob/master/tests/simplemrs_test.md#serializing">https://github.com/delph-in/pydelphin/blob/master/tests/simplemrs_test.md#serializing</a></div><div><br></div><div>Unfortunately, none of this information has yet made it to the wiki.</div><div> </div></div></div>