Datasets:
Commit
•
03f457c
1
Parent(s):
6d7d51f
Fix OPUS URL (#2)
Browse files- Fix metadata (2d4f030c44ebcda580fe6ba0d9ad461d3fc63395)
- README.md +30 -8
- news_commentary.py +21 -14
README.md
CHANGED
@@ -28,7 +28,7 @@ task_categories:
|
|
28 |
- translation
|
29 |
task_ids: []
|
30 |
paperswithcode_id: null
|
31 |
-
pretty_name:
|
32 |
dataset_info:
|
33 |
- config_name: ar-cs
|
34 |
features:
|
@@ -1040,7 +1040,7 @@ dataset_info:
|
|
1040 |
dataset_size: 43112824
|
1041 |
---
|
1042 |
|
1043 |
-
# Dataset Card for
|
1044 |
|
1045 |
## Table of Contents
|
1046 |
- [Dataset Description](#dataset-description)
|
@@ -1068,11 +1068,11 @@ dataset_info:
|
|
1068 |
|
1069 |
## Dataset Description
|
1070 |
|
1071 |
-
- **Homepage:**
|
1072 |
-
- **Repository:**
|
1073 |
-
- **Paper:**
|
1074 |
-
- **Leaderboard:** [More Information Needed]
|
1075 |
-
- **Point of Contact:** [More Information Needed]
|
1076 |
|
1077 |
### Dataset Summary
|
1078 |
|
@@ -1160,7 +1160,29 @@ dataset_info:
|
|
1160 |
|
1161 |
### Citation Information
|
1162 |
|
1163 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1164 |
|
1165 |
### Contributions
|
1166 |
|
|
|
28 |
- translation
|
29 |
task_ids: []
|
30 |
paperswithcode_id: null
|
31 |
+
pretty_name: News-Commentary
|
32 |
dataset_info:
|
33 |
- config_name: ar-cs
|
34 |
features:
|
|
|
1040 |
dataset_size: 43112824
|
1041 |
---
|
1042 |
|
1043 |
+
# Dataset Card for OPUS News-Commentary
|
1044 |
|
1045 |
## Table of Contents
|
1046 |
- [Dataset Description](#dataset-description)
|
|
|
1068 |
|
1069 |
## Dataset Description
|
1070 |
|
1071 |
+
- **Homepage:** https://opus.nlpl.eu/News-Commentary/corpus/version/News-Commentary
|
1072 |
+
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
1073 |
+
- **Paper:** https://aclanthology.org/L12-1246/
|
1074 |
+
- **Leaderboard:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
1075 |
+
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
1076 |
|
1077 |
### Dataset Summary
|
1078 |
|
|
|
1160 |
|
1161 |
### Citation Information
|
1162 |
|
1163 |
+
Please cite the following article if you use any part of the OPUS corpus in your own work:
|
1164 |
+
```bibtex
|
1165 |
+
@inproceedings{tiedemann-2012-parallel,
|
1166 |
+
title = "Parallel Data, Tools and Interfaces in {OPUS}",
|
1167 |
+
author = {Tiedemann, J{\"o}rg},
|
1168 |
+
editor = "Calzolari, Nicoletta and
|
1169 |
+
Choukri, Khalid and
|
1170 |
+
Declerck, Thierry and
|
1171 |
+
Do{\u{g}}an, Mehmet U{\u{g}}ur and
|
1172 |
+
Maegaard, Bente and
|
1173 |
+
Mariani, Joseph and
|
1174 |
+
Moreno, Asuncion and
|
1175 |
+
Odijk, Jan and
|
1176 |
+
Piperidis, Stelios",
|
1177 |
+
booktitle = "Proceedings of the Eighth International Conference on Language Resources and Evaluation ({LREC}'12)",
|
1178 |
+
month = may,
|
1179 |
+
year = "2012",
|
1180 |
+
address = "Istanbul, Turkey",
|
1181 |
+
publisher = "European Language Resources Association (ELRA)",
|
1182 |
+
url = "http://www.lrec-conf.org/proceedings/lrec2012/pdf/463_Paper.pdf",
|
1183 |
+
pages = "2214--2218",
|
1184 |
+
}
|
1185 |
+
```
|
1186 |
|
1187 |
### Contributions
|
1188 |
|
news_commentary.py
CHANGED
@@ -27,21 +27,28 @@ total number of files: 61,928
|
|
27 |
total number of tokens: 49.66M
|
28 |
total number of sentence fragments: 1.93M
|
29 |
"""
|
30 |
-
_HOMEPAGE_URL = "
|
31 |
_CITATION = """\
|
32 |
-
@
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
"""
|
46 |
|
47 |
_VERSION = "11.0.0"
|
|
|
27 |
total number of tokens: 49.66M
|
28 |
total number of sentence fragments: 1.93M
|
29 |
"""
|
30 |
+
_HOMEPAGE_URL = "https://opus.nlpl.eu/News-Commentary/corpus/version/News-Commentary"
|
31 |
_CITATION = """\
|
32 |
+
@inproceedings{tiedemann-2012-parallel,
|
33 |
+
title = "Parallel Data, Tools and Interfaces in {OPUS}",
|
34 |
+
author = {Tiedemann, J{\\"o}rg},
|
35 |
+
editor = "Calzolari, Nicoletta and
|
36 |
+
Choukri, Khalid and
|
37 |
+
Declerck, Thierry and
|
38 |
+
Do{\\u{g}}an, Mehmet U{\\u{g}}ur and
|
39 |
+
Maegaard, Bente and
|
40 |
+
Mariani, Joseph and
|
41 |
+
Moreno, Asuncion and
|
42 |
+
Odijk, Jan and
|
43 |
+
Piperidis, Stelios",
|
44 |
+
booktitle = "Proceedings of the Eighth International Conference on Language Resources and Evaluation ({LREC}'12)",
|
45 |
+
month = may,
|
46 |
+
year = "2012",
|
47 |
+
address = "Istanbul, Turkey",
|
48 |
+
publisher = "European Language Resources Association (ELRA)",
|
49 |
+
url = "http://www.lrec-conf.org/proceedings/lrec2012/pdf/463_Paper.pdf",
|
50 |
+
pages = "2214--2218",
|
51 |
+
}
|
52 |
"""
|
53 |
|
54 |
_VERSION = "11.0.0"
|