<div dir="ltr">Hello again, developers,<div><br></div><div>With the upcoming ERG release including ICONS, I&#39;d like to make sure PyDelphin is ready to accommodate. Internally, PyDelphin has no trouble storing ICONS for MRS and DMRS (I believe they are discarded in the conversion to EDS, though), but I am only able to serialize them for MRS representations (SimpleMRS, MRX, Prolog, and MRS-JSON).</div><div><br></div><div>The last I heard, Ann had settled on a way of representing ICONS in DMRS as just a special kind of link, but I have not seen much as far as concrete proposals;. Does anybody have a link (the URL kind, e.g., to a wiki or presentation slides) that illustrates this method? The only thing I see is a proposal by Stephan on this list in 2016: <a href="http://lists.delph-in.net/archives/developers/2016/002200.html">http://lists.delph-in.net/archives/developers/2016/002200.html</a></div><div><br></div><div>If there is nothing &quot;official&quot; yet, can I just propose an adaptation of Stephan&#39;s &quot;variant (b)&quot; that changes dmrs.dtd like this (following existing conventions):</div><div><br></div><div><div>    &lt;!ELEMENT link (rargname, post, icons?)&gt;</div></div><div>    ...</div><div>    &lt;!ELEMENT icons (#PCDATA)&gt;<br></div><div><br></div><div>This allows &#39;ICONS: &lt; e2 topic x4 &gt;&#39; (in SimpleMRS) to be expressed as, e.g.:</div><div><br></div><div>    &lt;link from=&quot;10000&quot; to=&quot;10001&quot;&gt;&lt;rargname /&gt;&lt;post /&gt;&lt;icons&gt;topic&lt;/icons&gt;&lt;/link&gt;</div><div><br></div><div>Note: this allows icons to overlap with existing links; if there&#39;s no existing link, &lt;rargname&gt; and &lt;post&gt; are empty, as above (or we could make them optional on links).</div><div><br></div><div>In the &quot;slashed&quot; representation, we could add another slash only if ICONS are present:</div><div><br></div><div>* regular link: 10001:ARG1/NEQ 10002</div><div>* overlapping link: 10001:ARG1/NEQ/topic 10002</div><div>* ICONS-only link: 10001://topic 10002</div><div><br></div><div>Also note: in the above, I&#39;m making the assumption that there&#39;s only one or zero ICONS between any two individuals. It would be trivial to allow multiple &lt;icons&gt; elements in a &lt;link&gt; in the XML, but it&#39;s less clear how to do that in the slashed representation (maybe just a second, ICONS-only link). I also assume that the two ends of an ICONS are individuals that are the ARG0s of some EPs (i.e., not dropped arguments using &quot;i&quot; variables).</div><div><br></div><div>Lastly, is ICONS something that EDS should care about? EDS ignores scope (except during conversion), so maybe it doesn&#39;t worry about information structure (or other uses of ICONS) either? But if it does, how might it be represented?</div><div><br></div><div>Thanks</div></div>