Datasets:

Multilinguality:
translation
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
halfrot commited on
Commit
6ab4491
1 Parent(s): 55b9a9f

Update base url

Browse files

they updated their websites. we should use the latest base url

Files changed (1) hide show
  1. 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://opus.nlpl.eu/download.php?f=Europarl/v8/raw/{}.zip"
76
- _BASE_URL_RELATIONS = "https://opus.nlpl.eu/download.php?f=Europarl/v8/xml/{}-{}.xml.gz"
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):