|
|
The PARSEME-FR annotated corpus is released using a variant of the [PARSEME Shared task 2018](multiword.sourceforge.net/sharedtask2018) format, called _cupt_ (short for **C**onll-**U**+**P**arseme-**T**sv). Here we give a minimal description of this format, so that the documentation is self-contained. Please refer to the [cupt format description page](multiword.sourceforge.net/cupt-format) for details. Since _cupt_ is based on Conll-U, please also check the Universal Dependencies [Conll-U format description page](universaldependencies.org/format) and the recommendations for [Conll-U Plus extended format](http://universaldependencies.org/ext-format.html), which we aim to be compatible with.
|
|
|
|
|
|
In short, a _cupt_ file contains splitted sentences, each represented with one token per line, blank lines separating sentences, and comments preceded by hashes (#) to add sentence meta-data such as raw text and sentence IDs. The first line of the _cupt_ file contains special metadata listing the names of each column. Each token on a line contains 11 columns, corresponding to linguistic information about the token's form, morphology and syntax (ID, FORM, LEMMA, UPOS, etc). The 11th column contains MWE annotation in PARSEME, and we extend it to also represent EN information in PARSEME-FR as detailed below. Therefore, the name of this column in the header metadata is _PARSEMEFR:MWE_ instead of _PARSEME:MWE_
|
|
|
|
|
|
AS for _PARSEME:MWE_, the information in the 11th column _PARSEMEFR:MWE_ contains either an asterisk _*_ (no annotation), and underscore *_* (unspecified) or a code in 2 parts indicating a MWE or EN annotation:
|
|
|
|
|
|
|
|
|
- format de la colonne:
|
|
|
|
|
|
- ID:POS%Type%Critere1,Critere2,...:
|
|
|
- POS - générés par Marie
|
|
|
|
|
|
- Type - ceux de PARSEME pour les EP verbales; EP pour les non verbales, EN, ...
|
|
|
|
|
|
- Critere - critère PARSEME-FR, enlever le numéro
|
|
|
- Exemples:
|
|
|
- 2:V%LVC.full%EP-OP
|
|
|
|
|
|
- 1:N%EN-PERS.final%_
|
|
|
|
|
|
- 1:ADV%_%EP-LEX
|
|
|
- Détails
|
|
|
si champ non renseigné => mettre _
|
|
|
|
|
|
EP verbales:
|
|
|
|
|
|
- pour le type: prendre le type PARSEME (LVC.full ...)
|
|
|
|
|
|
- pour le critère: prendre critère PARSEME-FR (OP, seV ...)
|
|
|
Pour les EN:
|
|
|
|
|
|
- POS = PROPN,
|
|
|
|
|
|
- TYPE= EN-PERS | EN-ORG | EN-LOC | EN-PROD | EN-EVE
|
|
|
|
|
|
- critère en général non renseigné : _
|
|
|
Entites nommees : num:PROPN%EN-PERS%_
|
|
|
ATTENTION: revoir le lien avec la version 1.1 |
|
|
\ No newline at end of file |