Datasets:
Update base url
Browse filesthey updated their websites. we should use the latest base url
- europarl_bilingual.py +2 -2
europarl_bilingual.py
CHANGED
@@ -72,8 +72,8 @@ for i in range(len(LANGUAGES)):
|
|
72 |
ALL_PAIRS.append((LANGUAGES[i], LANGUAGES[j]))
|
73 |
|
74 |
_VERSION = "8.0.0"
|
75 |
-
_BASE_URL_DATASET = "https://
|
76 |
-
_BASE_URL_RELATIONS = "https://
|
77 |
|
78 |
|
79 |
class EuroparlBilingualConfig(datasets.BuilderConfig):
|
|
|
72 |
ALL_PAIRS.append((LANGUAGES[i], LANGUAGES[j]))
|
73 |
|
74 |
_VERSION = "8.0.0"
|
75 |
+
_BASE_URL_DATASET = "https://object.pouta.csc.fi/OPUS-Europarl/v8/raw/{}.zip"
|
76 |
+
_BASE_URL_RELATIONS = "https://object.pouta.csc.fi/OPUS-Europarl/v8/xml/{}-{}.xml.gz"
|
77 |
|
78 |
|
79 |
class EuroparlBilingualConfig(datasets.BuilderConfig):
|