yhavinga AkshitaS commited on
Commit
8001669
1 Parent(s): 9d4d238

Update OPUS Download URL (#7)

Browse files

- Update OPUS Download URL (d2486e2313d2814e021c115a00dd4fa7d1fd52ff)


Co-authored-by: Akshita Sukhlecha <[email protected]>

Files changed (1) hide show
  1. ccmatrix.py +1 -1
ccmatrix.py CHANGED
@@ -56,7 +56,7 @@ _CITATION = """\
56
  _VERSION = "1.0.0"
57
  _FILE = "CCMatrix.{}.{}" # E.g. CCMatrix.en-nl.nl
58
  _URL = "https://opus.nlpl.eu/CCMatrix.php"
59
- _DOWNLOAD_URL = "https://opus.nlpl.eu/download.php?f=CCMatrix/v1/moses/{}.txt.zip"
60
 
61
 
62
  def get_language_pairs():
 
56
  _VERSION = "1.0.0"
57
  _FILE = "CCMatrix.{}.{}" # E.g. CCMatrix.en-nl.nl
58
  _URL = "https://opus.nlpl.eu/CCMatrix.php"
59
+ _DOWNLOAD_URL = "https://object.pouta.csc.fi/OPUS-CCMatrix/v1/moses/{}.txt.zip"
60
 
61
 
62
  def get_language_pairs():