Feature #1503

Mis à jour par Matthieu Decorde il y a environ 10 ans

Currently TreeTagger is launched for each tagged XML-TXM .

This cost time during import process.

h3. Solution

Concat TreeTagger sources in one stream per model file.
Question : are text limits well managed ?
use https://reckart.github.io/tt4j ?

Retour