Datasets:

Multilinguality:
multilingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
b63820d
1 Parent(s): 89dfe43
Files changed (2) hide show
  1. README.md +1 -1
  2. eitb_parcc.py +2 -2
README.md CHANGED
@@ -64,7 +64,7 @@ dataset_info:
64
 
65
  ## Dataset Description
66
 
67
- - **Homepage:**[EiTB-ParCC: Parallel Corpus of Comparable New](http://opus.nlpl.eu/EiTB-ParCC.php)
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 = "http://opus.nlpl.eu/EiTB-ParCC.php"
48
 
49
- _URL = "http://opus.nlpl.eu/download.php?f=EiTB-ParCC/v1/moses/es-eu.txt.zip"
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):