<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 <<a href="mailto:aac10@cl.cam.ac.uk">aac10@cl.cam.ac.uk</a>> 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'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'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'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>* "d" is an accepted pos on a realpred<br></div><div><br></div><div>* variable sorts accept any string (the DTD didn't have the "p" sort, nor did it have the grammar-internal sorts like "event", "handle", "ref-ind", etc.)</div><div><br></div><div>* there'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 "clause" and "target", but that terminology was specific to information-structure, and ICONS can supposedly accommodate other kinds of relations as well. Also, Emily says "hi" and "lo" are not appropriate because there's no hierarchical meaning associated to the two arguments. I don'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'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 "clause" and "target", which are now outdated terms. There's also examples in pyDelphin'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>