Thanks, ther should be something wrong I don't know where because on of the things I tryied
before sending the mail asking for help was exactly activating the alignment in the way you
point out, and it din't work, I tryied again, no success, here you have the files updated:<br
/><br />file: init.fl<br />set LeftKWICDelim '&lt;span id=&quot;hit&quot;&gt;';<br />set
RightKWICDelim '&lt;/span&gt;';<br />set lc 1 s;<br />set rc 1 s;<br />set PrintMode html;<br
/>show cd;<br />set PrintOptions tbl;<br />set PrintStructures 'text';<br />set Optimize
on;<br />show +pos +lemma;<br />show +s;<br />set ShowTagAttributes on;<br />show
+corpus_tl;<br /><br />file: search.fl<br />[word=&quot;Frau&quot;] cut 10;<br /><br />cqp
command: cqp -I init.fl -r registry/ -D CORPUS_OL -f search.fl &gt; results.txt<br /><br /><br
/>file:  results.txt<br /><br /><br /><br /><br /> <code> ===Context
Descriptor=======================================  left context:     1 s right context:    1 s
corpus position:  shown target anchors:   not shown  Positional Attributes:      Structural
Attributes:      Aligned Corpora:           
============================================================ <hr />
<table>
    <tbody>
        <tr>
            <td align="RIGHT" nowrap="nowrap">14203:</td>
            <td align="RIGHT" nowrap="nowrap">  Am Ende des Flures steht rechts vor Wohnung 7
- 32 die arabische Mitbewohnerin von der Dehke , </td>
            <td nowrap="nowrap"><strong>Frau</strong></td>
            <td nowrap="nowrap"> Fatima Mansur .</td>
        </tr>
        <tr>
            <td align="RIGHT" nowrap="nowrap">14695:</td>
            <td align="RIGHT" nowrap="nowrap">  Tag , </td>
            <td nowrap="nowrap"><strong>Frau</strong></td>
            <td nowrap="nowrap"> Dehke .</td>
        </tr>
        <tr>
            <td align="RIGHT" nowrap="nowrap">15579:</td>
            <td align="RIGHT" nowrap="nowrap">  Eine kurzhaarige , blonde </td>
            <td nowrap="nowrap"><strong>Frau</strong></td>
            <td nowrap="nowrap"> betritt das Bad .</td>
        </tr>
        <tr>
            <td align="RIGHT" nowrap="nowrap">15833:</td>
            <td align="RIGHT" nowrap="nowrap">  Ich bleibe nicht wegen der sich waschenden </td>
            <td nowrap="nowrap"><strong>Frau</strong></td>
            <td nowrap="nowrap"> am Fenster stehen .</td>
        </tr>
        <tr>
            <td align="RIGHT" nowrap="nowrap">16088:</td>
            <td align="RIGHT" nowrap="nowrap">  Sie ist die einzige </td>
            <td nowrap="nowrap"><strong>Frau</strong></td>
            <td nowrap="nowrap"> in meinem Leben .</td>
        </tr>
        <tr>
            <td align="RIGHT" nowrap="nowrap">16678:</td>
            <td align="RIGHT" nowrap="nowrap">  An der Eingangst&uuml;r f&auml;llt mir die
Stimme meiner fr&uuml;heren </td>
            <td nowrap="nowrap"><strong>Frau</strong></td>
            <td nowrap="nowrap"> ein.</td>
        </tr>
        <tr>
            <td align="RIGHT" nowrap="nowrap">17301:</td>
            <td align="RIGHT" nowrap="nowrap">  Eine arabisch aussehende </td>
            <td nowrap="nowrap"><strong>Frau</strong></td>
            <td nowrap="nowrap"> eilt mit nerv&ouml;sem Blick an mir vorbei die Treppe runter
.</td>
        </tr>
        <tr>
            <td align="RIGHT" nowrap="nowrap">17357:</td>
            <td align="RIGHT" nowrap="nowrap">  Die Wohnung der duschenden </td>
            <td nowrap="nowrap"><strong>Frau</strong></td>
            <td nowrap="nowrap"> m&uuml;&szlig;te am Ende des Ganges liegen .</td>
        </tr>
        <tr>
            <td align="RIGHT" nowrap="nowrap">17639:</td>
            <td align="RIGHT" nowrap="nowrap">  Ich stehe in einer fremden Wohnung neben einer
schlafenden </td>
            <td nowrap="nowrap"><strong>Frau</strong></td>
            <td nowrap="nowrap"> , die fast nichts an hat .</td>
        </tr>
        <tr>
            <td align="RIGHT" nowrap="nowrap">18673:</td>
            <td align="RIGHT" nowrap="nowrap">  Ja ? fragt eine Stimme &uuml;ber die
Gegensprechanlage , eine </td>
            <td nowrap="nowrap"><strong>Frau</strong></td>
            <td nowrap="nowrap"> .</td>
        </tr>
    </tbody>
</table>
<hr /> </code>  <br />
<pre>Hi Andr&eacute;s!  <font color="#4d657d">&gt; cqp -I init.fl -r registry/ -D CORPUS_OL -f
search.fl &gt; results.txt</font>   First, I'd suggest to experiment in an interactive CQP
session to get it to work there (because you can try different combinations of settings), and
then put the commands it into script files.  <font color="#4d657d">&gt; CORPUS_OL : corpus
origin language</font> <font color="#4d657d">&gt; CORPUS_TL : corpus target language</font>
<font color="#4d657d">&gt; Both corpus has been indexed and aligned.</font>  Assuming that the
corpora are properly aligned, you should have an alignment attribute corpus_tl in CORPUS_OL. 
<font color="#4d657d">&gt; On 20 Nov 2017, at 16:10, Andr&eacute;s Chand&iacute;a &lt;<a
href="http://mail.chandia.net/src/compose.php?send_to=andres%40chandia.net">andres@chandia.net</a>&gt;
wrote:</font> <font color="#4d657d">&gt; </font> <font color="#4d657d">&gt; set lc 25 ;</font>
<font color="#4d657d">&gt; set rc 25 ;</font>          set Context s;  might make more sense
if you're displaying the aligned regions.  <font color="#4d657d">&gt; show +pos +lemma;</font>
<font color="#4d657d">&gt; show +s;</font>  What you're missing is to activate the alignment: 
        show +corpus_tl;  Running a query like          [word = &quot;Frau&quot;] cut 10; 
should now display the aligned region for each query hit.  This may be confusing if the source
region doesn't correspond to a single sentence.  In current versions of CQP, you can use a
hack to display the actual alignment beads:          set Context corpus_tl;  Does this help? 
Best, Stefan</pre>
<br /><br /><br />_______________________<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;andr&eacute;s
chand&iacute;a<br /><a href="http://www.chandia.net" target="_blank"><img
src="http://mail.chandia.net/images/chandia_net.png" alt="chandia.net" border="0" /></a><a
href="https://twitter.com/andreschandia" target="_blank"><img
src="http://mail.chandia.net/images/ico_tw.png" width="20" height="20" alt="" /></a><br /><a
href="http://chandia.net/content/nmt" title="Unificador ortogràfico de mapudungun">NMT</a> |
<a href="http://chandia.net/content/dungupeyem" title="Analizador y generador mofológico de
mapudungun">Dungupeyem</a> | <a href="http://corlexim.cl" title="Corpus lexicográfico de
mapudungun">Corlexim</a><br /><br />administrador de:<br /><a
href="http://parles.upf.edu">Parles.upf</a> | <a href="http://amindterapia.com">Amind
terapia</a> | <a href="http://koyaktumapuche.net">ONG Mapuche koyaktu</a> | <a
href="http://parles.upf.edu/llocs/nocando">Nocando</a> | <a href="https://iac.upf.edu">IAC</a>
| <a href="https://iac.upf.edu/cddz">CddZ</a> | <a href="https://catcg.upf.edu">CatCg</a> |<br
/>mail: <a href="http://mail.corporacionkoyaktu.net">ONG Mapuche koyaktu</a> | <a
href="http://mail.psicoaching.net">Psicoaching</a> |<br /><span style="font-size: 18pt; color:
rgb(79, 98, 40); font-family: Webdings;">P</span> <span style="font-size: 10pt; color: rgb(79,
98, 40);">No imprima innecesariamente. &iexcl;Cuide el medio ambiente!</span>