Datasets:
Commit
·
b80f2a0
0
Parent(s):
Update files from the datasets library (from 1.2.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.2.0
- .gitattributes +27 -0
- README.md +235 -0
- dataset_infos.json +1 -0
- dummy/de-en_GB/1.0.0/dummy_data.zip +3 -0
- dummy/de-es/1.0.0/dummy_data.zip +3 -0
- dummy/de-fr/1.0.0/dummy_data.zip +3 -0
- dummy/de-ja/1.0.0/dummy_data.zip +3 -0
- dummy/de-ru/1.0.0/dummy_data.zip +3 -0
- dummy/de-sv/1.0.0/dummy_data.zip +3 -0
- dummy/de-zh_CN/1.0.0/dummy_data.zip +3 -0
- dummy/en_GB-es/1.0.0/dummy_data.zip +3 -0
- dummy/en_GB-fr/1.0.0/dummy_data.zip +3 -0
- dummy/en_GB-ja/1.0.0/dummy_data.zip +3 -0
- dummy/en_GB-ru/1.0.0/dummy_data.zip +3 -0
- dummy/en_GB-sv/1.0.0/dummy_data.zip +3 -0
- dummy/en_GB-zh_CN/1.0.0/dummy_data.zip +3 -0
- dummy/es-fr/1.0.0/dummy_data.zip +3 -0
- dummy/es-ja/1.0.0/dummy_data.zip +3 -0
- dummy/es-ru/1.0.0/dummy_data.zip +3 -0
- dummy/es-sv/1.0.0/dummy_data.zip +3 -0
- dummy/es-zh_CN/1.0.0/dummy_data.zip +3 -0
- dummy/fr-ja/1.0.0/dummy_data.zip +3 -0
- dummy/fr-ru/1.0.0/dummy_data.zip +3 -0
- dummy/fr-sv/1.0.0/dummy_data.zip +3 -0
- dummy/fr-zh_CN/1.0.0/dummy_data.zip +3 -0
- dummy/ja-ru/1.0.0/dummy_data.zip +3 -0
- dummy/ja-sv/1.0.0/dummy_data.zip +3 -0
- dummy/ja-zh_CN/1.0.0/dummy_data.zip +3 -0
- dummy/ru-sv/1.0.0/dummy_data.zip +3 -0
- dummy/ru-zh_CN/1.0.0/dummy_data.zip +3 -0
- dummy/sv-zh_CN/1.0.0/dummy_data.zip +3 -0
- opus_openoffice.py +109 -0
.gitattributes
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bin.* filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
20 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
+
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,235 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- found
|
4 |
+
language_creators:
|
5 |
+
- found
|
6 |
+
languages:
|
7 |
+
de-en_GB:
|
8 |
+
- de
|
9 |
+
- en_GB
|
10 |
+
de-es:
|
11 |
+
- de
|
12 |
+
- es
|
13 |
+
de-fr:
|
14 |
+
- de
|
15 |
+
- fr
|
16 |
+
de-ja:
|
17 |
+
- de
|
18 |
+
- ja
|
19 |
+
de-ru:
|
20 |
+
- de
|
21 |
+
- ru
|
22 |
+
de-sv:
|
23 |
+
- de
|
24 |
+
- sv
|
25 |
+
de-zh_CN:
|
26 |
+
- de
|
27 |
+
- zh_CN
|
28 |
+
en_GB-es:
|
29 |
+
- en_GB
|
30 |
+
- es
|
31 |
+
en_GB-fr:
|
32 |
+
- en_GB
|
33 |
+
- fr
|
34 |
+
en_GB-ja:
|
35 |
+
- en_GB
|
36 |
+
- ja
|
37 |
+
en_GB-ru:
|
38 |
+
- en_GB
|
39 |
+
- ru
|
40 |
+
en_GB-sv:
|
41 |
+
- en_GB
|
42 |
+
- sv
|
43 |
+
en_GB-zh_CN:
|
44 |
+
- en_GB
|
45 |
+
- zh_CN
|
46 |
+
es-fr:
|
47 |
+
- es
|
48 |
+
- fr
|
49 |
+
es-ja:
|
50 |
+
- es
|
51 |
+
- ja
|
52 |
+
es-ru:
|
53 |
+
- es
|
54 |
+
- ru
|
55 |
+
es-sv:
|
56 |
+
- es
|
57 |
+
- sv
|
58 |
+
es-zh_CN:
|
59 |
+
- es
|
60 |
+
- zh_CN
|
61 |
+
fr-ja:
|
62 |
+
- fr
|
63 |
+
- ja
|
64 |
+
fr-ru:
|
65 |
+
- fr
|
66 |
+
- ru
|
67 |
+
fr-sv:
|
68 |
+
- fr
|
69 |
+
- sv
|
70 |
+
fr-zh_CN:
|
71 |
+
- fr
|
72 |
+
- zh_CN
|
73 |
+
ja-ru:
|
74 |
+
- ja
|
75 |
+
- ru
|
76 |
+
ja-sv:
|
77 |
+
- ja
|
78 |
+
- sv
|
79 |
+
ja-zh_CN:
|
80 |
+
- ja
|
81 |
+
- zh_CN
|
82 |
+
ru-sv:
|
83 |
+
- ru
|
84 |
+
- sv
|
85 |
+
ru-zh_CN:
|
86 |
+
- ru
|
87 |
+
- zh_CN
|
88 |
+
sv-zh_CN:
|
89 |
+
- sv
|
90 |
+
- zh_CN
|
91 |
+
licenses:
|
92 |
+
- unknown
|
93 |
+
multilinguality:
|
94 |
+
- multilingual
|
95 |
+
size_categories:
|
96 |
+
- 10K<n<100K
|
97 |
+
source_datasets:
|
98 |
+
- original
|
99 |
+
task_categories:
|
100 |
+
- conditional-text-generation
|
101 |
+
task_ids:
|
102 |
+
- machine-translation
|
103 |
+
---
|
104 |
+
|
105 |
+
# Dataset Card for [Dataset Name]
|
106 |
+
|
107 |
+
## Table of Contents
|
108 |
+
- [Dataset Description](#dataset-description)
|
109 |
+
- [Dataset Summary](#dataset-summary)
|
110 |
+
- [Supported Tasks](#supported-tasks-and-leaderboards)
|
111 |
+
- [Languages](#languages)
|
112 |
+
- [Dataset Structure](#dataset-structure)
|
113 |
+
- [Data Instances](#data-instances)
|
114 |
+
- [Data Fields](#data-instances)
|
115 |
+
- [Data Splits](#data-instances)
|
116 |
+
- [Dataset Creation](#dataset-creation)
|
117 |
+
- [Curation Rationale](#curation-rationale)
|
118 |
+
- [Source Data](#source-data)
|
119 |
+
- [Annotations](#annotations)
|
120 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
121 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
122 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
123 |
+
- [Discussion of Biases](#discussion-of-biases)
|
124 |
+
- [Other Known Limitations](#other-known-limitations)
|
125 |
+
- [Additional Information](#additional-information)
|
126 |
+
- [Dataset Curators](#dataset-curators)
|
127 |
+
- [Licensing Information](#licensing-information)
|
128 |
+
- [Citation Information](#citation-information)
|
129 |
+
|
130 |
+
## Dataset Description
|
131 |
+
|
132 |
+
- **Homepage:**[OpenOffice](http://opus.nlpl.eu/OpenOffice.php)
|
133 |
+
- **Repository:**
|
134 |
+
- **Paper:**
|
135 |
+
- **Leaderboard:**
|
136 |
+
- **Point of Contact:**
|
137 |
+
|
138 |
+
### Dataset Summary
|
139 |
+
|
140 |
+
A collection of documents from http://www.openoffice.org/.
|
141 |
+
8 languages, 28 bitexts
|
142 |
+
|
143 |
+
### Supported Tasks and Leaderboards
|
144 |
+
|
145 |
+
The underlying task is machine translation.
|
146 |
+
|
147 |
+
### Languages
|
148 |
+
|
149 |
+
[More Information Needed]
|
150 |
+
|
151 |
+
## Dataset Structure
|
152 |
+
|
153 |
+
### Data Instances
|
154 |
+
|
155 |
+
[More Information Needed]
|
156 |
+
|
157 |
+
### Data Fields
|
158 |
+
|
159 |
+
[More Information Needed]
|
160 |
+
|
161 |
+
### Data Splits
|
162 |
+
|
163 |
+
[More Information Needed]
|
164 |
+
|
165 |
+
## Dataset Creation
|
166 |
+
|
167 |
+
### Curation Rationale
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
### Source Data
|
172 |
+
|
173 |
+
#### Initial Data Collection and Normalization
|
174 |
+
|
175 |
+
[More Information Needed]
|
176 |
+
|
177 |
+
#### Who are the source language producers?
|
178 |
+
|
179 |
+
[More Information Needed]
|
180 |
+
|
181 |
+
### Annotations
|
182 |
+
|
183 |
+
#### Annotation process
|
184 |
+
|
185 |
+
[More Information Needed]
|
186 |
+
|
187 |
+
#### Who are the annotators?
|
188 |
+
|
189 |
+
[More Information Needed]
|
190 |
+
|
191 |
+
### Personal and Sensitive Information
|
192 |
+
|
193 |
+
[More Information Needed]
|
194 |
+
|
195 |
+
## Considerations for Using the Data
|
196 |
+
|
197 |
+
### Social Impact of Dataset
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
|
201 |
+
### Discussion of Biases
|
202 |
+
|
203 |
+
[More Information Needed]
|
204 |
+
|
205 |
+
### Other Known Limitations
|
206 |
+
|
207 |
+
[More Information Needed]
|
208 |
+
|
209 |
+
## Additional Information
|
210 |
+
|
211 |
+
### Dataset Curators
|
212 |
+
|
213 |
+
[More Information Needed]
|
214 |
+
|
215 |
+
### Licensing Information
|
216 |
+
|
217 |
+
[More Information Needed]
|
218 |
+
|
219 |
+
### Citation Information
|
220 |
+
|
221 |
+
```
|
222 |
+
@InProceedings{TIEDEMANN12.463,
|
223 |
+
author = {J�rg Tiedemann},
|
224 |
+
title = {Parallel Data, Tools and Interfaces in OPUS},
|
225 |
+
booktitle = {Proceedings of the Eight International Conference on Language Resources and Evaluation (LREC'12)},
|
226 |
+
year = {2012},
|
227 |
+
month = {may},
|
228 |
+
date = {23-25},
|
229 |
+
address = {Istanbul, Turkey},
|
230 |
+
editor = {Nicoletta Calzolari (Conference Chair) and Khalid Choukri and Thierry Declerck and Mehmet Ugur Dogan and Bente Maegaard and Joseph Mariani and Jan Odijk and Stelios Piperidis},
|
231 |
+
publisher = {European Language Resources Association (ELRA)},
|
232 |
+
isbn = {978-2-9517408-7-7},
|
233 |
+
language = {english}
|
234 |
+
}
|
235 |
+
```
|
dataset_infos.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"de-en_GB": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["de", "en_GB"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "de-en_GB", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6201141, "num_examples": 77052, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/de-en_GB.txt.zip": {"num_bytes": 2030226, "checksum": "88a2d7c5809bf0a2b6778c881e88a90346c36ccebe0007d1b57a9e9b89dfdb20"}}, "download_size": 2030226, "post_processing_size": null, "dataset_size": 6201141, "size_in_bytes": 8231367}, "de-es": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["de", "es"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "de-es", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6571679, "num_examples": 77000, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/de-es.txt.zip": {"num_bytes": 2100214, "checksum": "7f55b614a20f089926c241107ab76062b171b5c0135119476a27745b8241c681"}}, "download_size": 2100214, "post_processing_size": null, "dataset_size": 6571679, "size_in_bytes": 8671893}, "de-fr": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["de", "fr"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "de-fr", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6715869, "num_examples": 76684, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/de-fr.txt.zip": {"num_bytes": 2111078, "checksum": "6a7ffc257daf50e9fca90eb8dbeee2f13368bc63e203cd90947343ade3a91c92"}}, "download_size": 2111078, "post_processing_size": null, "dataset_size": 6715869, "size_in_bytes": 8826947}, "de-ja": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["de", "ja"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "de-ja", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7085007, "num_examples": 69396, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/de-ja.txt.zip": {"num_bytes": 2112771, "checksum": "6eb74e27e770bd8ef08208be86b8a072168c9d4d51e5d10bd87a9a5a41c7e2f8"}}, "download_size": 2112771, "post_processing_size": null, "dataset_size": 7085007, "size_in_bytes": 9197778}, "de-ru": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["de", "ru"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "de-ru", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8333305, "num_examples": 75511, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/de-ru.txt.zip": {"num_bytes": 2267499, "checksum": "004adfeb6083c5c9decca2d0a4a5e0ce7b587ff3a7dd0b698954c87fdeb1a4d3"}}, "download_size": 2267499, "post_processing_size": null, "dataset_size": 8333305, "size_in_bytes": 10600804}, "de-sv": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["de", "sv"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "de-sv", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6289026, "num_examples": 77366, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/de-sv.txt.zip": {"num_bytes": 2056115, "checksum": "7e965e956b972ab96d32de84a609dd6b35c48661dd4d69a217bf6b98f6f1520e"}}, "download_size": 2056115, "post_processing_size": null, "dataset_size": 6289026, "size_in_bytes": 8345141}, "de-zh_CN": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["de", "zh_CN"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "de-zh_CN", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5836684, "num_examples": 68712, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/de-zh_CN.txt.zip": {"num_bytes": 2006818, "checksum": "396a77d3a5cb1517125b8bf4ea6c43e776e0393305ee71379eeafad9ffb5487c"}}, "download_size": 2006818, "post_processing_size": null, "dataset_size": 5836684, "size_in_bytes": 7843502}, "en_GB-es": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["en_GB", "es"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "en_GB-es", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6147645, "num_examples": 77646, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/en_GB-es.txt.zip": {"num_bytes": 1978922, "checksum": "1a957492dac0cbc53c8eaab584123172911f41af85016ae38e8d08b66526e43a"}}, "download_size": 1978922, "post_processing_size": null, "dataset_size": 6147645, "size_in_bytes": 8126567}, "en_GB-fr": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["en_GB", "fr"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "en_GB-fr", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6297843, "num_examples": 77696, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/en_GB-fr.txt.zip": {"num_bytes": 1987317, "checksum": "2b68fbb81cd3ed0526fc9cac55129de5666f81643d21e0ae7b1ed80b1039ac1c"}}, "download_size": 1987317, "post_processing_size": null, "dataset_size": 6297843, "size_in_bytes": 8285160}, "en_GB-ja": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["en_GB", "ja"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "en_GB-ja", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6636778, "num_examples": 69149, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/en_GB-ja.txt.zip": {"num_bytes": 1987255, "checksum": "8ea074315a42124c39ce77a7be32d10aef513ece48042657e13fc9ed1b45cf16"}}, "download_size": 1987255, "post_processing_size": null, "dataset_size": 6636778, "size_in_bytes": 8624033}, "en_GB-ru": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["en_GB", "ru"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "en_GB-ru", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7878034, "num_examples": 75401, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/en_GB-ru.txt.zip": {"num_bytes": 2137510, "checksum": "c43027b35b41177bd5b38c9e2207cbc0d94719ec4f19c406b3ecc05db062f5bb"}}, "download_size": 2137510, "post_processing_size": null, "dataset_size": 7878034, "size_in_bytes": 10015544}, "en_GB-sv": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["en_GB", "sv"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "en_GB-sv", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5861525, "num_examples": 77815, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/en_GB-sv.txt.zip": {"num_bytes": 1934619, "checksum": "c10b8bc51cd7bee126b03de7af9ba2940fad9124127a7e015f1b765eae62110f"}}, "download_size": 1934619, "post_processing_size": null, "dataset_size": 5861525, "size_in_bytes": 7796144}, "en_GB-zh_CN": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["en_GB", "zh_CN"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "en_GB-zh_CN", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5424921, "num_examples": 69400, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/en_GB-zh_CN.txt.zip": {"num_bytes": 1887600, "checksum": "5a3756ee764fc3473a8599cc6cc27c7716eea36ca8390b692ba96b3282c19aac"}}, "download_size": 1887600, "post_processing_size": null, "dataset_size": 5424921, "size_in_bytes": 7312521}, "es-fr": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["es", "fr"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "es-fr", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6663156, "num_examples": 77417, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/es-fr.txt.zip": {"num_bytes": 2059241, "checksum": "7e4d501ec0827278e5d564fa6c6c0aa74456093c64e639490ef961ba6d6df6c8"}}, "download_size": 2059241, "post_processing_size": null, "dataset_size": 6663156, "size_in_bytes": 8722397}, "es-ja": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["es", "ja"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "es-ja", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7005179, "num_examples": 68944, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/es-ja.txt.zip": {"num_bytes": 2059072, "checksum": "1893763f85117b1f7d9e122a4e2a0809ec4cd1cbf6d0791b450952ed0c876bd2"}}, "download_size": 2059072, "post_processing_size": null, "dataset_size": 7005179, "size_in_bytes": 9064251}, "es-ru": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["es", "ru"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "es-ru", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8283767, "num_examples": 76461, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/es-ru.txt.zip": {"num_bytes": 2214447, "checksum": "73ed4d23630b849bc732cc1c8c6f53edac178fbe0fa92631a3c2c2796454b432"}}, "download_size": 2214447, "post_processing_size": null, "dataset_size": 8283767, "size_in_bytes": 10498214}, "es-sv": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["es", "sv"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "es-sv", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6232530, "num_examples": 77825, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/es-sv.txt.zip": {"num_bytes": 2002804, "checksum": "21520daaec4205e9c8858aff2ba8d0e9442e94d5a50d6eb394c0a412a349f9d3"}}, "download_size": 2002804, "post_processing_size": null, "dataset_size": 6232530, "size_in_bytes": 8235334}, "es-zh_CN": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["es", "zh_CN"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "es-zh_CN", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5776883, "num_examples": 68583, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/es-zh_CN.txt.zip": {"num_bytes": 1958411, "checksum": "05676f33fa95d717a06b2d1c6c0b1261978907dc533a9b598b1f691141c56b03"}}, "download_size": 1958411, "post_processing_size": null, "dataset_size": 5776883, "size_in_bytes": 7735294}, "fr-ja": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["fr", "ja"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "fr-ja", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7160388, "num_examples": 69026, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/fr-ja.txt.zip": {"num_bytes": 2069621, "checksum": "2b940047a79fef71e9e774f3e442796b42e87f1e5c384c2682469c86fa4f2acd"}}, "download_size": 2069621, "post_processing_size": null, "dataset_size": 7160388, "size_in_bytes": 9230009}, "fr-ru": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["fr", "ru"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "fr-ru", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8432125, "num_examples": 76464, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/fr-ru.txt.zip": {"num_bytes": 2222427, "checksum": "6028e6d7ee47b72771cef484212ecd97173f6de967829a4c34a9cf69fd8124f0"}}, "download_size": 2222427, "post_processing_size": null, "dataset_size": 8432125, "size_in_bytes": 10654552}, "fr-sv": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["fr", "sv"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "fr-sv", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6373414, "num_examples": 77398, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/fr-sv.txt.zip": {"num_bytes": 2014028, "checksum": "6cc255964d1583cf8bea246acffda207edbcde9941b40f97db5825a10edbee01"}}, "download_size": 2014028, "post_processing_size": null, "dataset_size": 6373414, "size_in_bytes": 8387442}, "fr-zh_CN": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["fr", "zh_CN"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "fr-zh_CN", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5918538, "num_examples": 68723, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/fr-zh_CN.txt.zip": {"num_bytes": 1966020, "checksum": "f77dce4fcfbec911b33013575d768f9bf94cd92d65222291fa64fb9a75fd2137"}}, "download_size": 1966020, "post_processing_size": null, "dataset_size": 5918538, "size_in_bytes": 7884558}, "ja-ru": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["ja", "ru"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "ja-ru", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8781286, "num_examples": 68589, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/ja-ru.txt.zip": {"num_bytes": 2224576, "checksum": "0650709a8f7a288e243367dc7eff944ddceb864735f0dc7526b0720b7c5fb882"}}, "download_size": 2224576, "post_processing_size": null, "dataset_size": 8781286, "size_in_bytes": 11005862}, "ja-sv": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["ja", "sv"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "ja-sv", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6709683, "num_examples": 69154, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/ja-sv.txt.zip": {"num_bytes": 2012693, "checksum": "8224177ad180f45607d83ed315486b9776462b15bf8d7536b4810e16995e54d3"}}, "download_size": 2012693, "post_processing_size": null, "dataset_size": 6709683, "size_in_bytes": 8722376}, "ja-zh_CN": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["ja", "zh_CN"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "ja-zh_CN", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6397732, "num_examples": 68953, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/ja-zh_CN.txt.zip": {"num_bytes": 1972833, "checksum": "bf60dc82e88d6da926995ecf846a24b3e2ac9fb06d1dd8c8c722ddb798f99213"}}, "download_size": 1972833, "post_processing_size": null, "dataset_size": 6397732, "size_in_bytes": 8370565}, "ru-sv": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["ru", "sv"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "ru-sv", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7966214, "num_examples": 75560, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/ru-sv.txt.zip": {"num_bytes": 2167678, "checksum": "14614432b95e95df64c9ef2b601c6bf6c47fc423e370b4a0f1b457003de721bc"}}, "download_size": 2167678, "post_processing_size": null, "dataset_size": 7966214, "size_in_bytes": 10133892}, "ru-zh_CN": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["ru", "zh_CN"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "ru-zh_CN", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7393715, "num_examples": 66259, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/ru-zh_CN.txt.zip": {"num_bytes": 2098229, "checksum": "9f8180f881cfd028c84d01f3a60611055f595333abb3367c010ffeef87c93f53"}}, "download_size": 2098229, "post_processing_size": null, "dataset_size": 7393715, "size_in_bytes": 9491944}, "sv-zh_CN": {"description": "A collection of documents from http://www.openoffice.org/.\n", "citation": "J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)\n", "homepage": "http://opus.nlpl.eu/OpenOffice.php", "license": "", "features": {"translation": {"languages": ["sv", "zh_CN"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "opus_openoffice", "config_name": "sv-zh_CN", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5492958, "num_examples": 68846, "dataset_name": "opus_openoffice"}}, "download_checksums": {"http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses/sv-zh_CN.txt.zip": {"num_bytes": 1914096, "checksum": "a0d7f9c9c681a57570a96f240ff8b38019f427b8c6c8c950dd767dd0b14dee54"}}, "download_size": 1914096, "post_processing_size": null, "dataset_size": 5492958, "size_in_bytes": 7407054}}
|
dummy/de-en_GB/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e98d01080ce26001be7a5f0ade33838b4fa4f7b73fda08aa9f73d4af2ab7305d
|
3 |
+
size 361
|
dummy/de-es/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:161c669f4e6f06a273a3e7e5ec31ccf71cb33dcd0a5bcb16bf588df8f156a8ac
|
3 |
+
size 346
|
dummy/de-fr/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a045def7ace234b6c370346127f9899246becdb65dcb6d30cc229b84268fc35
|
3 |
+
size 349
|
dummy/de-ja/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5586ca589cf0f2efca322773c27f2b3d05a6bdd03477dc1b39c9c334598a6bd
|
3 |
+
size 346
|
dummy/de-ru/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e972b207274383b74b0a65c565eb7af2efc5712d40de878661c88be67fe0a7f6
|
3 |
+
size 355
|
dummy/de-sv/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e02442d241d03f64ab14da1d3fc4b4d50943fc98bd2da1007a49ee453ba0c37
|
3 |
+
size 343
|
dummy/de-zh_CN/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdda8a9835b568bb58be356d3bd3129b18ab6bdf3281f34b6b12b203e75ec22e
|
3 |
+
size 364
|
dummy/en_GB-es/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:607a7554fb3d79386e9e1fcdeb80a81fa00f6ced018f2f194afc972d9ac63bac
|
3 |
+
size 361
|
dummy/en_GB-fr/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36a98d3f2656f35dd03afaade0db5420fd0d3f28cc157b33c8d080a4927a5697
|
3 |
+
size 364
|
dummy/en_GB-ja/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd4886ac0c777c35ceddfb4065ea7edeb738c162bc30b8dcd7ebb11147d354a9
|
3 |
+
size 361
|
dummy/en_GB-ru/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6255032dda92def0272948f5536446fbd513b48c0e084c571685ebe759f70f9e
|
3 |
+
size 370
|
dummy/en_GB-sv/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79898e27804390630efce4a27ad8986410c6c9ddb00ace55854ebeadb033a0c0
|
3 |
+
size 358
|
dummy/en_GB-zh_CN/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6dd4c00aa2b665aca90a28dde3bcc7d14301bb0c7b4ebd604630f736158359e
|
3 |
+
size 379
|
dummy/es-fr/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16225a085c725ebc9561489d1c080648c30b8352821602beffc2ddd0f5a3b221
|
3 |
+
size 349
|
dummy/es-ja/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8425dba4692ae3d4927d90bfaf434c1595200c2e62cb1dc5c3e5e9d793e31a9
|
3 |
+
size 346
|
dummy/es-ru/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:236a68df2863881e05f91919d19eb5fbd52cf3dbd5151e8566ed56b73dafda1b
|
3 |
+
size 355
|
dummy/es-sv/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:680cb2a39b3380551c90fc9c7925eee738324aee6da4d2e39cd435129745a4aa
|
3 |
+
size 343
|
dummy/es-zh_CN/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de6be95970e00bc09b5ec1d1a2ae97b4469047d6d6e223f0bfe53b6a96455bfc
|
3 |
+
size 364
|
dummy/fr-ja/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:236b567d8a1c89da052ba0c3b83ac614253793ad22ae45f33ba2435fc45ba5a1
|
3 |
+
size 349
|
dummy/fr-ru/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7850dbe65cfdb8f56f692b080479a1fe8f5eb6a4f7071ab01d9200daedab6dab
|
3 |
+
size 358
|
dummy/fr-sv/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6eb2b2c390c63434907fa0a9acf7170b22702875abe605bf3030b52e6430c73
|
3 |
+
size 346
|
dummy/fr-zh_CN/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da71a834ec1f797de99871046fb35b8d22c519786029c19ba66c684a2bfe4ebb
|
3 |
+
size 367
|
dummy/ja-ru/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bf3c9aa64a3717ebf21c369f7c802e1133e90d2a5831c5c7e8c2745e015e3ab
|
3 |
+
size 355
|
dummy/ja-sv/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a05bcda8ef17e9b58c13b9edf2b8265edeedbd2bb5dc0fae4c1ff41edf1b9b2
|
3 |
+
size 343
|
dummy/ja-zh_CN/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e13243a670265f6c403607ba8481a208fbc1d2ec25d0a0e733331a7eea54337
|
3 |
+
size 364
|
dummy/ru-sv/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13c1049afd8b2214fd1cfa83f46668f14b1327b50791a471963990fd14f42fa5
|
3 |
+
size 352
|
dummy/ru-zh_CN/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:753213af0f9e53360671263eb22b428aa93e2068814f746c33258fa465f124eb
|
3 |
+
size 373
|
dummy/sv-zh_CN/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad2858613724c73b1cd1855d72ec15dd7e117808c51b9562347ad230bbdd7e7d
|
3 |
+
size 361
|
opus_openoffice.py
ADDED
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# coding=utf-8
|
2 |
+
# Copyright 2020 The HuggingFace Datasets Authors.
|
3 |
+
#
|
4 |
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
5 |
+
# you may not use this file except in compliance with the License.
|
6 |
+
# You may obtain a copy of the License at
|
7 |
+
#
|
8 |
+
# http://www.apache.org/licenses/LICENSE-2.0
|
9 |
+
#
|
10 |
+
# Unless required by applicable law or agreed to in writing, software
|
11 |
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
12 |
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13 |
+
# See the License for the specific language governing permissions and
|
14 |
+
# limitations under the License.
|
15 |
+
"""OpusOpenoffice: A collection of documents from openoffice org"""
|
16 |
+
|
17 |
+
from __future__ import absolute_import, division, print_function
|
18 |
+
|
19 |
+
import itertools
|
20 |
+
import os
|
21 |
+
|
22 |
+
import datasets
|
23 |
+
|
24 |
+
|
25 |
+
_CITATION = """\
|
26 |
+
@InProceedings{TIEDEMANN12.463,
|
27 |
+
author = {J�rg Tiedemann},
|
28 |
+
title = {Parallel Data, Tools and Interfaces in OPUS},
|
29 |
+
booktitle = {Proceedings of the Eight International Conference on Language Resources and Evaluation (LREC'12)},
|
30 |
+
year = {2012},
|
31 |
+
month = {may},
|
32 |
+
date = {23-25},
|
33 |
+
address = {Istanbul, Turkey},
|
34 |
+
editor = {Nicoletta Calzolari (Conference Chair) and Khalid Choukri and Thierry Declerck and Mehmet Ugur Dogan and Bente Maegaard and Joseph Mariani and Jan Odijk and Stelios Piperidis},
|
35 |
+
publisher = {European Language Resources Association (ELRA)},
|
36 |
+
isbn = {978-2-9517408-7-7},
|
37 |
+
language = {english}
|
38 |
+
}
|
39 |
+
"""
|
40 |
+
|
41 |
+
|
42 |
+
_DESCRIPTION = """\
|
43 |
+
A collection of documents from http://www.openoffice.org/.
|
44 |
+
"""
|
45 |
+
|
46 |
+
|
47 |
+
_HOMEPAGE = "http://opus.nlpl.eu/OpenOffice.php"
|
48 |
+
|
49 |
+
_LANGUAGES = ["de", "en_GB", "es", "fr", "ja", "ru", "sv", "zh_CN"]
|
50 |
+
_LANGUAGE_PAIRS = list(itertools.combinations(_LANGUAGES, 2))
|
51 |
+
|
52 |
+
_BASE_URL = "http://opus.nlpl.eu/download.php?f=OpenOffice/v3/moses"
|
53 |
+
_URLS = {f"{l1}-{l2}": f"{_BASE_URL}/{l1}-{l2}.txt.zip" for l1, l2 in _LANGUAGE_PAIRS}
|
54 |
+
|
55 |
+
|
56 |
+
class OpusOpenoffice(datasets.GeneratorBasedBuilder):
|
57 |
+
"""OpusOpenoffice: A collection of documents from openoffice org"""
|
58 |
+
|
59 |
+
VERSION = datasets.Version("1.0.0")
|
60 |
+
|
61 |
+
BUILDER_CONFIGS = [
|
62 |
+
datasets.BuilderConfig(
|
63 |
+
name=f"{l1}-{l2}", version=datasets.Version("1.0.0"), description=f"OPUS EUconst {l1}-{l2}"
|
64 |
+
)
|
65 |
+
for l1, l2 in _LANGUAGE_PAIRS
|
66 |
+
]
|
67 |
+
|
68 |
+
def _info(self):
|
69 |
+
return datasets.DatasetInfo(
|
70 |
+
description=_DESCRIPTION,
|
71 |
+
features=datasets.Features(
|
72 |
+
{"translation": datasets.features.Translation(languages=tuple(self.config.name.split("-")))}
|
73 |
+
),
|
74 |
+
supervised_keys=None,
|
75 |
+
homepage=_HOMEPAGE,
|
76 |
+
citation=_CITATION,
|
77 |
+
)
|
78 |
+
|
79 |
+
def _split_generators(self, dl_manager):
|
80 |
+
"""Returns SplitGenerators."""
|
81 |
+
lang_pair = self.config.name.split("-")
|
82 |
+
data_dir = dl_manager.download_and_extract(_URLS[self.config.name])
|
83 |
+
return [
|
84 |
+
datasets.SplitGenerator(
|
85 |
+
name=datasets.Split.TRAIN,
|
86 |
+
gen_kwargs={
|
87 |
+
"source_file": os.path.join(data_dir, f"OpenOffice.{self.config.name}.{lang_pair[0]}"),
|
88 |
+
"target_file": os.path.join(data_dir, f"OpenOffice.{self.config.name}.{lang_pair[1]}"),
|
89 |
+
},
|
90 |
+
),
|
91 |
+
]
|
92 |
+
|
93 |
+
def _generate_examples(self, source_file, target_file):
|
94 |
+
with open(source_file, encoding="utf-8") as f:
|
95 |
+
source_sentences = f.read().split("\n")
|
96 |
+
with open(target_file, encoding="utf-8") as f:
|
97 |
+
target_sentences = f.read().split("\n")
|
98 |
+
|
99 |
+
assert len(target_sentences) == len(source_sentences), "Sizes do not match: %d vs %d for %s vs %s." % (
|
100 |
+
len(source_sentences),
|
101 |
+
len(target_sentences),
|
102 |
+
source_file,
|
103 |
+
target_file,
|
104 |
+
)
|
105 |
+
|
106 |
+
source, target = tuple(self.config.name.split("-"))
|
107 |
+
for idx, (l1, l2) in enumerate(zip(source_sentences, target_sentences)):
|
108 |
+
result = {"translation": {source: l1, target: l2}}
|
109 |
+
yield idx, result
|