Task #2917
Mis à jour par Serge Heiden 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
-implement implements tokenizing rules to merge the necessary tokens-
Apply spell checker software on TRS files.
The spell checker must manage a dictionary of compound words, with '-' inside.
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
-implement implements tokenizing rules to merge the necessary tokens-
Apply spell checker software on TRS files.
The spell checker must manage a dictionary of compound words, with '-' inside.
tokens