fdemelo commited on
Commit
c11aa96
·
verified ·
1 Parent(s): a372746

Add files using upload-large-folder tool

Browse files
README.md CHANGED
@@ -1,3 +1,154 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ar
4
+ - bg
5
+ - bxr
6
+ - ca
7
+ - cs
8
+ - cu
9
+ - da
10
+ - de
11
+ - el
12
+ - en
13
+ - es
14
+ - et
15
+ - eu
16
+ - fa
17
+ - fi
18
+ - fr
19
+ - ga
20
+ - gl
21
+ - got
22
+ - grc
23
+ - he
24
+ - hi
25
+ - hr
26
+ - hsb
27
+ - hu
28
+ - id
29
+ - it
30
+ - ja
31
+ - kk
32
+ - kmr
33
+ - ko
34
+ - la
35
+ - lv
36
+ - nb
37
+ - nl
38
+ - nn
39
+ - pl
40
+ - pt
41
+ - pt
42
+ - ro
43
+ - ru
44
+ - sk
45
+ - sl
46
+ - sme
47
+ - sv
48
+ - tr
49
+ - ug
50
+ - uk
51
+ - ur
52
+ - vi
53
+ - zh
54
+ license: cc-by-nc-sa-4.0
55
+ ---
56
+
57
+ # UD CoNLL-U 2017 aligned
58
+
59
+ This dataset is a processed version of the dataset made available for the [UD CoNLL Shared Task 2017](http://universaldependencies.org/conll17/), entitled "Multilingual Parsing from Raw Text to Universal Dependencies." This task is based on the [Universal Dependencies 2.0 dataset](https://lindat.mff.cuni.cz/repository/items/1333f6f2-1627-4fa2-9b6d-e4c24456fe3d).
60
+
61
+ The processing aligns words and tokens along with their morphological annotations using the [universal part-of-speech set](https://universaldependencies.org/u/pos/) for sequence-to-sequence task training.
62
+
63
+ The dataset columns are described in the columns below:
64
+
65
+ | Field | Description |
66
+ | ------ | ------------------------------------- |
67
+ | `id` | Universal Dependencies submission ID |
68
+ | `lang` | IETF language code (cf. [langcodes](https://github.com/georgkrause/langcodes)) |
69
+ | `text` | Text sentence |
70
+ | `tags` | Sequence of universal POS tags |
71
+
72
+
73
+ ## Sequence of Part-of-Speech tags
74
+
75
+ The sequence of POS tags is separated by spaces, but contiguity of words with punctuation
76
+ and contractions from combinations of words are marked by a `+` character. Example:
77
+
78
+ ```
79
+ Text: You won't see this section.
80
+ Tags: PRON AUX+PART VERB DET NOUN+PUNCT
81
+ ```
82
+
83
+ Note that `won't`, as equivalent to `will+not`, is tagged as `AUX+PART` accordingly.
84
+ Also, the contiguity between `section` with the period renders the tagging as `NOUN+PUNCT`.
85
+
86
+ ## Languages
87
+
88
+ The following languages are available in the dataset.
89
+
90
+ | Tag | Language |
91
+ | ---- | -------------------------- |
92
+ | ar | Arabic |
93
+ | bg | Bulgarian |
94
+ | ca | Catalan |
95
+ | cs | Czech |
96
+ | cu | Old Church Slavic |
97
+ | da | Danish |
98
+ | de | German |
99
+ | el | Greek |
100
+ | en | English |
101
+ | es | Spanish |
102
+ | et | Estonian |
103
+ | eu | Basque |
104
+ | fa | Persian |
105
+ | fi | Finnish |
106
+ | fr | French |
107
+ | ga | Irish |
108
+ | gl | Galician[^*] |
109
+ | got | Gothic |
110
+ | grc | Ancient Greek |
111
+ | he | Hebrew |
112
+ | hi | Hindi |
113
+ | hr | Croatian |
114
+ | hu | Hungarian |
115
+ | id | Indonesian |
116
+ | it | Italian |
117
+ | ja | Japanese |
118
+ | kk | Kazakh[^*] |
119
+ | ko | Korean |
120
+ | la | Latin |
121
+ | lv | Latvian |
122
+ | nb | Norwegian Bokmål |
123
+ | nl | Dutch |
124
+ | nn | Norwegian Nynorsk |
125
+ | pl | Polish |
126
+ | pt | Portuguese |
127
+ | pt-BR| Portuguese (Brazil) |
128
+ | ro | Romanian |
129
+ | ru | Russian |
130
+ | sk | Slovak |
131
+ | sl | Slovenian |
132
+ | sv | Swedish |
133
+ | tr | Turkish |
134
+ | ug | Uyghur[^*] |
135
+ | uk | Ukrainian[^*] |
136
+ | ur | Urdu |
137
+ | vi | Vietnamese |
138
+ | zh | Chinese |
139
+
140
+ [^*]: Not available in the `development` subset.
141
+
142
+ Only in the `test` subset, the following "surprise" languages are added:
143
+
144
+ | Tag | Language |
145
+ | ---- | -------------------------- |
146
+ | bxr | Buriat |
147
+ | hsb | Upper Sorbian |
148
+ | kmr | Northern Kurdish |
149
+ | sme | Northern Sami |
150
+
151
+
152
+ ## License
153
+
154
+ The distribution license is inherited from the original dataset and so available to free copy and use under the CC BY-SA or CC BY-NC-SA licenses, depending on the language. See [UD licenses](https://lindat.mff.cuni.cz/repository/static/licence-UD-2.0.html) for more details.
development/ud-ar.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-bg.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-ca.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-cs.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-cu.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-da.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-de.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-el.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-en.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-es.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-et.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-eu.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-fa.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-fi.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-fr.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-gl.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-got.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-grc.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-hi.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-hr.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-hu.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-id.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-it.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-ja.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-ko.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-la.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-lv.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-nb.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-nl.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-nn.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-pl.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-pt-BR.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-pt.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-ru.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-sk.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-sl.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-sv.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-tr.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-ur.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-vi.tsv ADDED
The diff for this file is too large to render. See raw diff
 
development/ud-zh.tsv ADDED
The diff for this file is too large to render. See raw diff
 
test/ud-de.tsv ADDED
The diff for this file is too large to render. See raw diff
 
test/ud-eu.tsv ADDED
The diff for this file is too large to render. See raw diff
 
test/ud-gl.tsv ADDED
The diff for this file is too large to render. See raw diff
 
test/ud-he.tsv ADDED
The diff for this file is too large to render. See raw diff
 
test/ud-ro.tsv ADDED
The diff for this file is too large to render. See raw diff
 
test/ud-ru.tsv ADDED
The diff for this file is too large to render. See raw diff
 
test/ud-sk.tsv ADDED
The diff for this file is too large to render. See raw diff
 
test/ud-ug.tsv ADDED
The diff for this file is too large to render. See raw diff