Hi all,<br><br>I would like to ask about the current state of RMRS in PET. <br><br>The&nbsp; cfrom/cto of EPs are defined&nbsp; to be character spans.  And I do get the correct cfrom/cto when using LKB alone. However, with the SVN PET compiled with recent LKB (from the logon cvs, with the patch for file name confliction of `rmrs/convert.lisp'), the cfrom/cto for eps seems to be token-based span, rather than the character span (see the attached outputs from PET). I get the same `token-based' span when I use the `tsdb::export-trees()' of the fine system to export RMRS in xml format from the treebank.
<br><br>It will be appreciated if anyone can explain to me the current state of RMRS development, especially for the use in PET and itsdb. Is it possible at all to get the character span cfrom/cto in PET and/or tsdb `export' functionality?
<br><br>Best,<br>Yi<br><br><br>-----begin-----<br>...<br>(1) `the dog barks' [0] --- 2 (0.00|0.01s) &lt;7:58&gt; (673.1K) [0.0s]<br>derivation[1] (0.4371):the dog barks <br><br>&lt;rmrs cfrom='-1' cto='-1'&gt;<br>&lt;label vid='1'/&gt;
<br>&lt;ep cfrom='0' cto='3'&gt;&lt;gpred&gt;prop-or-ques_m_rel&lt;/gpred&gt;&lt;label vid='1'/&gt;&lt;var sort='e' vid='2'/&gt;&lt;/ep&gt;<br>&lt;ep cfrom='0' cto='2'&gt;&lt;realpred lemma='the' pos='q'/&gt;&lt;label vid='6'/&gt;&lt;var sort='x' vid='7'/&gt;&lt;/ep&gt;
<br>&lt;ep cfrom='1' cto='2'&gt;&lt;realpred lemma='dog' pos='n' sense='1'/&gt;&lt;label vid='10'/&gt;&lt;var sort='x' vid='7'/&gt;&lt;/ep&gt;<br>&lt;ep cfrom='2' cto='3'&gt;&lt;realpred lemma='bark' pos='v' sense='1'/&gt;&lt;label vid='11'/&gt;&lt;var sort='e' vid='2'/&gt;&lt;/ep&gt;
<br>&lt;rarg&gt;&lt;rargname&gt;MARG&lt;/rargname&gt;&lt;label vid='1'/&gt;&lt;var sort='h' vid='3'/&gt;&lt;/rarg&gt;<br>&lt;rarg&gt;&lt;rargname&gt;RSTR&lt;/rargname&gt;&lt;label vid='6'/&gt;&lt;var sort='h' vid='8'/&gt;&lt;/rarg&gt;
<br>&lt;rarg&gt;&lt;rargname&gt;BODY&lt;/rargname&gt;&lt;label vid='6'/&gt;&lt;var sort='h' vid='9'/&gt;&lt;/rarg&gt;<br>&lt;rarg&gt;&lt;rargname&gt;ARG1&lt;/rargname&gt;&lt;label vid='11'/&gt;&lt;var sort='x' vid='7'/&gt;&lt;/rarg&gt;
<br>&lt;hcons hreln='qeq'&gt;&lt;hi&gt;&lt;var sort='h' vid='3'/&gt;&lt;/hi&gt;&lt;lo&gt;&lt;label vid='11'/&gt;&lt;/lo&gt;&lt;/hcons&gt;<br>&lt;hcons hreln='qeq'&gt;&lt;hi&gt;&lt;var sort='h' vid='8'/&gt;&lt;/hi&gt;&lt;lo&gt;&lt;label vid='10'/&gt;&lt;/lo&gt;&lt;/hcons&gt;
<br>&lt;/rmrs&gt;<br>...<br>-----end-----<br>