... | ... | @@ -65,7 +65,7 @@ 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 a word (support verb "effectuait") belonging to two LVCs (tokens 21+23 and tokens 21+26 each form a LVC).
|
|
|
The sentence contains an example of a word (the support verb "effectuait") belonging to two LVCs: the LVC with id 6 contains tokens 21 and 23, and the LVC with id 7 contains the tokens 21 and 26.
|
|
|
|
|
|
```
|
|
|
# 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.
|
... | ... | @@ -92,12 +92,12 @@ The sentence contains an example of a word (support verb "effectuait") belonging |
|
|
18 conseil ... 5:_|MWE|LEX
|
|
|
19 général ... 5
|
|
|
20 mais ... *
|
|
|
21 effectuait ... 6:_|LVC|_;7:_|LVC|_
|
|
|
21 effectuait ... 6:_|MWE-LVC.full|_;7:_|MWE-LVC.full|_
|
|
|
22 divers ... *
|
|
|
23 travaux ... 6
|
|
|
24 et ... *
|
|
|
25 diverses ... *
|
|
|
26 tâches ... 6
|
|
|
26 tâches ... 7
|
|
|
27 . ... *
|
|
|
```
|
|
|
|
... | ... | |