Datasets:
Commit
•
b265d52
1
Parent(s):
89dfe43
Fix OPUS URLs
Browse files- README.md +1 -1
- eitb_parcc.py +2 -2
README.md
CHANGED
@@ -64,7 +64,7 @@ dataset_info:
|
|
64 |
|
65 |
## Dataset Description
|
66 |
|
67 |
-
- **Homepage:**
|
68 |
- **Repository:**
|
69 |
- **Paper:**
|
70 |
- **Leaderboard:**
|
|
|
64 |
|
65 |
## Dataset Description
|
66 |
|
67 |
+
- **Homepage:** https://opus.nlpl.eu/EiTB-ParCC/corpus/version/EiTB-ParCC
|
68 |
- **Repository:**
|
69 |
- **Paper:**
|
70 |
- **Leaderboard:**
|
eitb_parcc.py
CHANGED
@@ -44,9 +44,9 @@ Basque public broadcasting group Euskal Irrati Telebista.
|
|
44 |
"""
|
45 |
|
46 |
|
47 |
-
_HOMEPAGE = "
|
48 |
|
49 |
-
_URL = "http://
|
50 |
|
51 |
|
52 |
class EitbParcc(datasets.GeneratorBasedBuilder):
|
|
|
44 |
"""
|
45 |
|
46 |
|
47 |
+
_HOMEPAGE = "https://opus.nlpl.eu/EiTB-ParCC/corpus/version/EiTB-ParCC"
|
48 |
|
49 |
+
_URL = "http://object.pouta.csc.fi/OPUS-EiTB-ParCC/v1/moses/es-eu.txt.zip"
|
50 |
|
51 |
|
52 |
class EitbParcc(datasets.GeneratorBasedBuilder):
|