Bug #1836
RCP: 0.7.8beta: XTZ phantom properties when reimporting a corpus
Statut: | Closed | Début: | 01/09/2016 | |
---|---|---|---|---|
Priorité: | Normal | Echéance: | ||
Assigné à: | - | % réalisé: | 100% |
|
Catégorie: | Import | Temps passé: | - | |
Version cible: | TXM 0.7.8 |
Description
procedure :
- import a corpus with A B C properties
- apply TreeTagger to add the D property
- ré-import the same corpus with AB C properties but the compiler step says he found A B C D properties
Solution¶
There is a static JAva variable in the XTZ compiler step class that holds the previous found properties, remove the "static" variable modifier.
Historique
#1 Mis à jour par Matthieu Decorde il y a plus de 4 ans
- Statut changé de New à Closed
#2 Mis à jour par Sebastien Jacquot il y a plus d'un an
- % réalisé changé de 80 à 100