Task #2917
Mis à jour par Matthieu Decorde il y a presque 5 ans
remove the "-" at the end of words.
Index of ".+-" [] gives :
<pre>
eux- mêmes
...
ex- dictateur
...
mi- sur
...
porte- data
porte- avions
...
</pre>
Such words are encoded in the TRS files with spaces eg. "porte- data", "ex- dictateur"
h3. Solution
Fix the TRS files
h3. Solution 2
implements tokenizing rules to merge the necessary tokens
Index of ".+-" [] gives :
<pre>
eux- mêmes
...
ex- dictateur
...
mi- sur
...
porte- data
porte- avions
...
</pre>
Such words are encoded in the TRS files with spaces eg. "porte- data", "ex- dictateur"
h3. Solution
Fix the TRS files
h3. Solution 2
implements tokenizing rules to merge the necessary tokens