<div dir="ltr"><div><div><div>Thank you very much Stefan. It works now.<br><br></div>I didn´t know about SVN, sorry about that. I will download last version of CWB/Perl interface from SVN now.<br><br></div>Best,<br></div>Hugo<br></div><div class="gmail_extra"><br><div class="gmail_quote">2017-03-07 15:53 GMT+01: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>
&gt; On 7 Mar 2017, at 15:38, Hugo SG &lt;<a href="mailto:hsang@unileon.es">hsang@unileon.es</a>&gt; wrote:<br>
&gt;<br>
&gt; Yeah I think the same but I don&#39;t find where /usr/local/bin/cwb-s-decode-r is called in cwb-align-import script ( which is located into /usr/local/bin/). Because I only execute cwb-align-import command, no more.<br>
<br>
</span>It doesn&#39;t get called at all by current versions of cwb-align-import – you should install a current version of the CWB/Perl interface from the SVN repository.<br>
<br>
The bug is probably on line 218 of the script.  Change<br>
<br>
        $decode_cmd .= &quot;-r &#39;$Opt_Registry&#39;&quot; if $Opt_Registry;<br>
<br>
to<br>
<br>
        $decode_cmd .= &quot; -r &#39;$Opt_Registry&#39;&quot; if $Opt_Registry;<br>
<br>
(note the blank before -r) and thinks should work again.<br>
<br>
Best,<br>
Stefan<br>
<div class="HOEnZb"><div class="h5">______________________________<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><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><span style="color:rgb(153,153,153)">Hugo Sanjurjo González<br>Personal Investigador en Formación<br>Área de Ingeniería de Sistemas y Automática<br>Dep. Ingeniería Eléctrica y de Sistemas y Automática<br><br></span></div><div><span style="color:rgb(153,153,153)">Facultad de Filosofía y Letras </span><span><span style="color:rgb(153,153,153)">- Dep. Filología Moderna - Despacho 320<br>Campus de Vegazana s/n 24071</span></span></div><div dir="ltr"><span style="color:rgb(153,153,153)">Universidad de León<br>León<br><br>Tel.<span style="color:rgb(0,0,255)"><u>+34 987 291088</u></span></span></div></div></div></div></div></div>
</div>