Annotation, CQP, annotation scope option&preference
FR - SLH:
- option "Portée de l'annotation"
- mot désigné par le label @
- premier mot de la séquence
- tous les mots de la séquence [pour le projet de Lucie]
Solution
Add a combo to set the scope (default, first, target and whole) Add a preference "scope" in the CQP annotation page
- first|default: annotate the first token word OR the target token (if present)
- first: the first token of matches is annotated
- target: the target of matches is annotated. If a match contains no target match, no annotation is done
- whole: all words are annotated
Solution TXM 0.8.3 (2024-01-16 15h07)
- first|target (portée par défaut) : si présent, le mot ciblé par l'opérateur '@@@' est annoté, sinon le premier mot est annoté
- first : le premier mot est annoté
- target : si présent, le mot ciblé par l'opérateur '@@@' est annoté, sinon aucun mot n'est annoté
- all : tous les mots sont annotés
(from redmine: issue id 3555, created on 2023/12/20 by Matthieu Decorde)