<div dir="ltr">Thank you Stefan for your clarification. That will work for me... Thank you Andrew, It is indeed a very good idea.<div><br></div><div> Javier</div></div><div class="gmail_extra"><br><div class="gmail_quote">2018-06-14 9:53 GMT-04:00 Stefan Evert <span dir="ltr">&lt;<a href="mailto:stefanML@collocations.de" target="_blank">stefanML@collocations.de</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
&gt; On 14 Jun 2018, at 14:44, Javier Pueyo &lt;<a href="mailto:javier.pueyo@gmail.com">javier.pueyo@gmail.com</a>&gt; wrote:<br>
&gt; <br>
&gt; I will do as you suggest, Just to be sure that I have understand the trick: I am supposed to enclose some material, probably the following word, between my &quot;empty&quot; tags, and then create a visualization only for the start tag, right?<br>
<br>
</span>What Andrew suggested was to just insert start tags<br>
<br>
        &lt;inf id=&quot;E&quot;&gt;<br>
<br>
without any end tags and make sure you encode without recursion specifier, i.e. with<br>
<br>
        -S inf+id<br>
<br>
rather than &quot;-S inf:0+id&quot;.  CWB will automatically close the XML element when it encounters the next start tag.  The resulting regions are completely meaningless, of course, but that&#39;s fine if you just visualise the start tags.<br>
<br>
This is actually a fairly good idea, as you can also use them in CQP queries (again without end tags):<br>
<br>
        … &lt;inf_id=&quot;E&quot;&gt; […] …;<br>
<div class="HOEnZb"><div class="h5"><br>
Best,<br>
Stefan <br>
______________________________<wbr>_________________<br>
CWB mailing list<br>
<a href="mailto:CWB@sslmit.unibo.it">CWB@sslmit.unibo.it</a><br>
<a href="http://liste.sslmit.unibo.it/mailman/listinfo/cwb" rel="noreferrer" target="_blank">http://liste.sslmit.unibo.it/<wbr>mailman/listinfo/cwb</a><br>
</div></div></blockquote></div><br></div>