Task #3555

Mis à jour par Serge Heiden il y a plus d'un an

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]

h3. 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
- all: whole: all words are annotated

h3. 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é
- whole : tous les mots sont annotés

Retour