JP-SystemsX commited on
Commit
6f48f23
1 Parent(s): c54d814

Unlocked remaining Languages

Browse files
Files changed (1) hide show
  1. super_eurlex.py +1 -1
super_eurlex.py CHANGED
@@ -55,7 +55,7 @@ _HOMEPAGE = ""
55
  # TODO: Add the licence for the dataset here if you can find it
56
  _LICENSE = ""
57
 
58
- AVAILABLE_LANGUAGES=['DE', 'EN']
59
  SECTORS=['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'C', 'E']
60
  VERSIONS=[None, 'html', 'clean']
61
 
 
55
  # TODO: Add the licence for the dataset here if you can find it
56
  _LICENSE = ""
57
 
58
+ AVAILABLE_LANGUAGES="BG CS DA DE EL EN ES ET FI FR GA HR HU IT LT LV MT NL PL PT RO SK SL SV".split(" ")
59
  SECTORS=['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'C', 'E']
60
  VERSIONS=[None, 'html', 'clean']
61