Datasets:
Update files from the datasets library (from 1.6.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.0
README.md
CHANGED
@@ -5,56 +5,56 @@ language_creators:
|
|
5 |
- found
|
6 |
languages:
|
7 |
ar-to-en:
|
8 |
-
|
9 |
-
|
10 |
ar-to-es:
|
11 |
-
|
12 |
-
|
13 |
ar-to-fr:
|
14 |
-
|
15 |
-
|
16 |
ar-to-ru:
|
17 |
-
|
18 |
-
|
19 |
ar-to-zh:
|
20 |
-
|
21 |
-
|
22 |
en-to-es:
|
23 |
-
|
24 |
-
|
25 |
en-to-fr:
|
26 |
-
|
27 |
-
|
28 |
en-to-ru:
|
29 |
-
|
30 |
-
|
31 |
en-to-zh:
|
32 |
-
|
33 |
-
|
34 |
es-to-fr:
|
35 |
-
|
36 |
-
|
37 |
es-to-ru:
|
38 |
-
|
39 |
-
|
40 |
es-to-zh:
|
41 |
-
|
42 |
-
|
43 |
fr-to-ru:
|
44 |
-
|
45 |
-
|
46 |
fr-to-zh:
|
47 |
-
|
48 |
-
|
49 |
ru-to-zh:
|
50 |
-
|
51 |
-
|
52 |
licenses:
|
53 |
- unknown
|
54 |
multilinguality:
|
55 |
- translation
|
56 |
size_categories:
|
57 |
-
- n
|
58 |
source_datasets:
|
59 |
- original
|
60 |
task_categories:
|
|
|
5 |
- found
|
6 |
languages:
|
7 |
ar-to-en:
|
8 |
+
- ar
|
9 |
+
- en
|
10 |
ar-to-es:
|
11 |
+
- ar
|
12 |
+
- es
|
13 |
ar-to-fr:
|
14 |
+
- ar
|
15 |
+
- fr
|
16 |
ar-to-ru:
|
17 |
+
- ar
|
18 |
+
- ru
|
19 |
ar-to-zh:
|
20 |
+
- ar
|
21 |
+
- zh
|
22 |
en-to-es:
|
23 |
+
- en
|
24 |
+
- es
|
25 |
en-to-fr:
|
26 |
+
- en
|
27 |
+
- fr
|
28 |
en-to-ru:
|
29 |
+
- en
|
30 |
+
- ru
|
31 |
en-to-zh:
|
32 |
+
- en
|
33 |
+
- zh
|
34 |
es-to-fr:
|
35 |
+
- es
|
36 |
+
- fr
|
37 |
es-to-ru:
|
38 |
+
- es
|
39 |
+
- ru
|
40 |
es-to-zh:
|
41 |
+
- es
|
42 |
+
- zh
|
43 |
fr-to-ru:
|
44 |
+
- fr
|
45 |
+
- ru
|
46 |
fr-to-zh:
|
47 |
+
- fr
|
48 |
+
- zh
|
49 |
ru-to-zh:
|
50 |
+
- ru
|
51 |
+
- zh
|
52 |
licenses:
|
53 |
- unknown
|
54 |
multilinguality:
|
55 |
- translation
|
56 |
size_categories:
|
57 |
+
- 10K<n<100K
|
58 |
source_datasets:
|
59 |
- original
|
60 |
task_categories:
|
un_ga.py
CHANGED
@@ -14,7 +14,6 @@
|
|
14 |
# limitations under the License.
|
15 |
"""United nations general assembly resolutions: A six-language parallel corpus"""
|
16 |
|
17 |
-
from __future__ import absolute_import, division, print_function
|
18 |
|
19 |
import os
|
20 |
|
|
|
14 |
# limitations under the License.
|
15 |
"""United nations general assembly resolutions: A six-language parallel corpus"""
|
16 |
|
|
|
17 |
|
18 |
import os
|
19 |
|