Miquel Esplà Gomis commited on
Commit
2220b47
1 Parent(s): e7b6d8f

adding en-is data with quotes fixed

Browse files
Files changed (2) hide show
  1. data/en-is.macocuv2.tsv +0 -0
  2. macocu.py +2 -3
data/en-is.macocuv2.tsv ADDED
Binary file (134 MB). View file
 
macocu.py CHANGED
@@ -47,9 +47,8 @@ _URL = {
47
  "development": "https://object.pouta.csc.fi/Tatoeba-Challenge-devtest/dev.tar",
48
  }
49
 
50
- # _RELEASE = "v2021-08-07"
51
- # _RELEASES = [ "v2020-07-28", "v2021-03-30", "v2021-08-07", ]
52
- _LanguagePairs = [ "en-bs", "en-bg", "en-is", "en-hr", "en-sq", "en-mt", "en-mk", "en-cnr", "en-sr", "en-sl", "en-tr" ]
53
 
54
  _LICENSE = "cc0"
55
  _HOMEPAGE = "https://macocu.eu"
 
47
  "development": "https://object.pouta.csc.fi/Tatoeba-Challenge-devtest/dev.tar",
48
  }
49
 
50
+ _LanguagePairs = [ "en-is" ]
51
+ #_LanguagePairs = [ "en-bs", "en-bg", "en-is", "en-hr", "en-sq", "en-mt", "en-mk", "en-cnr", "en-sr", "en-sl", "en-tr" ]
 
52
 
53
  _LICENSE = "cc0"
54
  _HOMEPAGE = "https://macocu.eu"