Bug #1133
Mis à jour par Alexey Lavrentev il y a presque 9 ans
When trying to call cooccurrences on GRAAL corpus (query=Lancelot) one gets the message:
<pre>
La requête CQL est mal formulée : \nPas d'erreur à notifier.
</pre>
The error message is wrong, and the newline character \n is not correctly interpreted.
Temporary workaround:
Disable R server by changing the line
<pre>
r_disable=false
</pre>
to
<pre>
r_disable=true
</pre>
in .TXMWEB/[portal-name]/textometrie.properties .TWMWEB/[portal-name]/textometrie.properties
<pre>
La requête CQL est mal formulée : \nPas d'erreur à notifier.
</pre>
The error message is wrong, and the newline character \n is not correctly interpreted.
Temporary workaround:
Disable R server by changing the line
<pre>
r_disable=false
</pre>
to
<pre>
r_disable=true
</pre>
in .TXMWEB/[portal-name]/textometrie.properties .TWMWEB/[portal-name]/textometrie.properties