Support #3452

Mis à jour par Matthieu Decorde il y a presque 2 ans

TXM 0.8.3 (2023-06-20 12h07)

First step: Annotation
In the POLLUTION-HEALTH-221110-EDITE corpus (500 000 words), I compute a concordance for
[enlemma="Air"]
(42 occurrences in 4 texts representing the main part of the corpus, 470 000 words)
For all these 42 occurrences ("Tous" button), I correct the enlemma to "air".

Content of the console:
Affectation de la valeur air à la propriété enlemma pour 42 occurrences.
42 .........1.........2.........3.........4..

Second step: Saving attempt
Then I save with the command Corpus > Enregistrer les annotations CQP, with the default settings (textes à traiter = modifiés, Mettre à jour les éditions).
The process goes on during the first minute:

Enregistrement des annotations de POLLUTION-HEALTH-221110-EDITE...
Warning: NLS missing message: WarningDuplicatedP0ValueInP1OfTheP2KRIgnoringTheValue in: org.txm.annotation.kr.core.messages.messages
Warning: NLS missing message: ErrorWhileLoadingTypesFromFileP0 in: org.txm.annotation.kr.core.messages.messages
Enregistrement de 42 annotations...
  7 .........
Fichiers pivots mis à jour.
Compiling the "xtz" import module scripts...
Démarrage du module d'import "xtz"...

Then nothing else happens except the fan noise.
Progression is stuck at the 2% level.
I decided to stop the process after 1 hour.
Cancelation failed. The exit (Quitter) command worked.

Same result without "edition update" (on a shorter test duration, about 15 minutes).

h3. Solution

The import module is taking a lot of time to read the metadata.ods file because of virtual lines/columns.

Workaround: recreate the metadata.ods file using the selection of the actual lines

Solution: Fix the code or update the odftool library

Retour