@@ -45,7 +45,6 @@ Similarly to _PARSEME:MWE_, the information in the 11th column called _PARSEME-F
### Example
**(marie: je trouve qu'un exemple fabriqué permet de couvrir plus de phénomènes, ?)**
Here is an example of sentence using the PARSEME-FR _cupt_ format described above,
showing only columns 1 (ID), 2 (FORM) and 11 (MWE / NE annotation).
...
...
@@ -54,37 +53,40 @@ E.g. "Peugeot" is annotated as a final ORG named entity (NE-ORG.final), with ide
"tout au plus" is annotated as a MWE, more precisely tokens "tout", "à", "le" and "plus" are annotated with identifier 3 ("au" is a multi-word token which is not annotated). It has "ADV" as part-of-speech, meaning it behaves as an adverb, but it is considered as irregular from the syntactic point of view. The criterion that was used to annotate it is "IRREG".
The sentence contains an example of embedded MWEs: tokens 18 to 22 form a named entity of type ORG, itself containing a MWE ("conseil général") and a LOC (Essonne).
The sentence contains an example of a word (support verb "effectuait") belonging to two LVCs (tokens 21+23 and tokens 21+26 each form a LVC).
```
# text = Chez Peugeot tout au plus on savait que Jean Gapé ne faisait plus partie du conseil général de l'Essonne.
# text = Chez Peugeot tout au plus on savait que Jean Gapé ne faisait plus partie du conseil général mais effectuait divers travaux et divers tâches.