<div dir="ltr">Does anyone have experience encoding FreeLing-tagged corpora? My main questions are these:<div><br></div><div>1. FreeLing&#39;s plain text vertical output separates sentences with a blank line, rather than enclosing them in any sort of tag (e.g. &lt;s&gt;...&lt;/s&gt;). Can CWB be configured to recognize this type of sentence encoding?</div><div><br></div><div>2. FreeLing&#39;s XML output looks a lot more complex than what I see in tutorials. It has more attributes, which shouldn&#39;t be a problem, but it also encodes each line in XML, as seen below. Can CWB be used with this?</div><div><br></div><div>Thanks!</div><div>Scott</div><div><br></div><div><div><font face="monospace, monospace" size="1">&lt;text corpus=&quot;MY-CORPUS&quot;&gt;</font></div><div><font face="monospace, monospace" size="1">&lt;sentence id=&quot;1&quot;&gt;</font></div><div><font face="monospace, monospace" size="1">  &lt;token id=&quot;t1.1&quot; form=&quot;La&quot; lemma=&quot;el&quot; tag=&quot;DA0FS0&quot; ctag=&quot;DA&quot; pos=&quot;determiner&quot; type=&quot;article&quot; gen=&quot;feminine&quot; num=&quot;singular&quot; &gt;</font></div><div><font face="monospace, monospace" size="1">  &lt;/token&gt;</font></div><div><font face="monospace, monospace" size="1">  &lt;token id=&quot;t1.2&quot; form=&quot;secretaria&quot; lemma=&quot;secretario&quot; tag=&quot;NCFS000&quot; ctag=&quot;NC&quot; pos=&quot;noun&quot; type=&quot;common&quot; gen=&quot;feminine&quot; num=&quot;singular&quot; &gt;</font></div><div><font face="monospace, monospace" size="1">  &lt;/token&gt;</font></div><div><font face="monospace, monospace" size="1">  &lt;token id=&quot;t1.3&quot; form=&quot;de&quot; lemma=&quot;de&quot; tag=&quot;SP&quot; ctag=&quot;SP&quot; pos=&quot;adposition&quot; type=&quot;preposition&quot; &gt;</font></div><div><font face="monospace, monospace" size="1">  &lt;/token&gt;</font></div><div><font face="monospace, monospace" size="1">  [...]</font></div><div><font face="monospace, monospace" size="1">&lt;/sentence&gt;</font></div><div><font face="monospace, monospace" size="1">&lt;sentence id=&quot;2&quot;&gt;</font></div><div><font face="monospace, monospace" size="1">  &lt;token id=&quot;t2.1&quot; form=&quot;La&quot; lemma=&quot;el&quot; tag=&quot;DA0FS0&quot; ctag=&quot;DA&quot; pos=&quot;determiner&quot; type=&quot;article&quot; gen=&quot;feminine&quot; num=&quot;singular&quot; &gt;</font></div><div><font face="monospace, monospace" size="1">  &lt;/token&gt;</font></div><div><font face="monospace, monospace" size="1">  &lt;token id=&quot;t2.2&quot; form=&quot;nueva&quot; lemma=&quot;nuevo&quot; tag=&quot;AQ0FS00&quot; ctag=&quot;AQ&quot; pos=&quot;adjective&quot; type=&quot;qualificative&quot; gen=&quot;feminine&quot; num=&quot;singular&quot; &gt;</font></div><div><font face="monospace, monospace" size="1">  &lt;/token&gt;</font></div><div><font face="monospace, monospace" size="1">  &lt;token id=&quot;t2.3&quot; form=&quot;directora&quot; lemma=&quot;director&quot; tag=&quot;NCFS000&quot; ctag=&quot;NC&quot; pos=&quot;noun&quot; type=&quot;common&quot; gen=&quot;feminine&quot; num=&quot;singular&quot; &gt;</font></div><div><font face="monospace, monospace" size="1">  &lt;/token&gt;</font></div><div><span style="font-family:monospace,monospace;font-size:x-small">&lt;/sentence&gt;</span></div></div><div><div><font face="monospace, monospace" size="1">&lt;/text&gt;</font></div></div><div><br></div></div>