Feature #1569
RCP: X.X, import parameters of properties files
Statut: | Closed | Début: | 02/10/2015 | |
---|---|---|---|---|
Priorité: | Normal | Echéance: | ||
Assigné à: | - | % réalisé: | 100% |
|
Catégorie: | Import | Temps passé: | - | |
Version cible: | TXM 0.7.8 |
Description
Stop using properties file to store key-value parameters
Solution¶
The import.xml file has a new section "parameters" that allows to store key-value parameters.
This feature is used only in the XTZ import module with the following new import parameters:- CLEAN = "clean.directories"
- if CLEAN=true, the temporary files created of import steps are deleted at the end of the step
- importer : remove the "tokenized" directory
- annotate : remove the "treetagger" and "annotations" directories
- compiler : remove the "wtc" directory
- if CLEAN=true, the temporary files created of import steps are deleted at the end of the step
- MULTITHREAD = "multithread"
- if MULTITHREAD=true
- compiler and pager steps are threaded
- TreeTagger annotation is threaded with N thread (N the number of cores)
- if MULTITHREAD=true
- DEBUG = "debug"
- if DEBUG=true : more diagnose messages (cwb-encode, cwb-makeall, etc.)
- UPDATECORPUS = "corpus.update"
- if UPDATECORPUS=true importer and annotate steps are ignored
By default all these parameters are set to "false" \o/
Validation test¶
None, done by other tickets.
Historique
#1 Mis à jour par Matthieu Decorde il y a presque 10 ans
- Description mis à jour (diff)
- % réalisé changé de 0 à 80
#2 Mis à jour par Matthieu Decorde il y a plus de 9 ans
- Description mis à jour (diff)
#3 Mis à jour par Sebastien Jacquot il y a plus d'un an
- Statut changé de New à Closed
#4 Mis à jour par Sebastien Jacquot il y a plus d'un an
- % réalisé changé de 80 à 100