qanastek commited on
Commit
c224469
1 Parent(s): 727c087
Files changed (1) hide show
  1. README.md +8 -9
README.md CHANGED
@@ -18,7 +18,7 @@ widget:
18
  1. LIA, Avignon University, Avignon, France.
19
  2. LS2N, Nantes University, Nantes, France.
20
 
21
- # French Part-Of-Speech (POS) Tagging
22
 
23
  - Corpus: [UD_FRENCH_TREEBANKS](https://universaldependencies.org/treebanks/fr_gsd/index.html)
24
  - Model: [Flair](https://www.aclweb.org/anthology/C18-1139.pdf)
@@ -57,12 +57,11 @@ allé <VPPMS>
57
  Washington <PROPN>
58
  ```
59
 
60
-
61
  ## Corpora
62
 
63
  `UD_FRENCH_GSD_PLUS` is a part-of-speech tagging corpora based on [UD_French-GSD](https://universaldependencies.org/treebanks/fr_gsd/index.html) which was originally created in 2015 and is based on the [universal dependency treebank v2.0](https://github.com/ryanmcd/uni-dep-tb).
64
 
65
- Originally, the corpora consists of 400,399 words (16,341 sentences) and had 17 different classes. Now, after applying our tags augmentation we obtains 60 different classes which add semantic information such as the gender, number, mood, person, tense or verb form.
66
 
67
  ## Original Tags
68
 
@@ -98,12 +97,12 @@ PRON VERB SCONJ ADP CCONJ DET NOUN ADJ AUX ADV PUNCT PROPN NUM SYM PART X INTJ
98
  | PPOBJMP | Plurial Masculine Pronoun complements of objects | eux y |
99
  | PPOBJFS | Singular Feminine Pronoun complements of objects | moi la |
100
  | PPOBJFP | Plurial Feminine Pronoun complements of objects | en y |
101
- | PPER1S | Personal Pronoun first Person Singular | je |
102
- | PPER2S | Personal Pronoun second Person du Singular | tu |
103
- | PPER3MS | Personal Pronoun third Person Masculine Singular | il |
104
- | PPER3MP | Personal Pronoun third Person Masculine Plurial | ils |
105
- | PPER3FS | Personal Pronoun third Person Feminine Singular | elle |
106
- | PPER3FP | Personal Pronoun third Person Feminine Plurial | elles |
107
  | PREFS | Reflexive Pronouns First Person of Singular | me m' |
108
  | PREF | Reflexive Pronouns Third Person of Singular | se s' |
109
  | PREFP | Reflexive Pronouns First / Second Person of Plurial | nous vous |
 
18
  1. LIA, Avignon University, Avignon, France.
19
  2. LS2N, Nantes University, Nantes, France.
20
 
21
+ # Extended French Part-Of-Speech (POS) Tagging
22
 
23
  - Corpus: [UD_FRENCH_TREEBANKS](https://universaldependencies.org/treebanks/fr_gsd/index.html)
24
  - Model: [Flair](https://www.aclweb.org/anthology/C18-1139.pdf)
 
57
  Washington <PROPN>
58
  ```
59
 
 
60
  ## Corpora
61
 
62
  `UD_FRENCH_GSD_PLUS` is a part-of-speech tagging corpora based on [UD_French-GSD](https://universaldependencies.org/treebanks/fr_gsd/index.html) which was originally created in 2015 and is based on the [universal dependency treebank v2.0](https://github.com/ryanmcd/uni-dep-tb).
63
 
64
+ Originally, the corpora consists of 400,399 words (16,341 sentences) and had 17 different classes. Now, after applying our tags augmentation we obtain 60 different classes which add semantic information such as the gender, number, mood, person, tense or verb form.
65
 
66
  ## Original Tags
67
 
 
97
  | PPOBJMP | Plurial Masculine Pronoun complements of objects | eux y |
98
  | PPOBJFS | Singular Feminine Pronoun complements of objects | moi la |
99
  | PPOBJFP | Plurial Feminine Pronoun complements of objects | en y |
100
+ | PPER1S | Personal Pronoun First Person Singular | je |
101
+ | PPER2S | Personal Pronoun Second Person Singular | tu |
102
+ | PPER3MS | Personal Pronoun Third Person Masculine Singular | il |
103
+ | PPER3MP | Personal Pronoun Third Person Masculine Plurial | ils |
104
+ | PPER3FS | Personal Pronoun Third Person Feminine Singular | elle |
105
+ | PPER3FP | Personal Pronoun Third Person Feminine Plurial | elles |
106
  | PREFS | Reflexive Pronouns First Person of Singular | me m' |
107
  | PREF | Reflexive Pronouns Third Person of Singular | se s' |
108
  | PREFP | Reflexive Pronouns First / Second Person of Plurial | nous vous |