vontonkin commited on
Commit
8f85deb
1 Parent(s): bd27973

Update europarl_doc.py

Browse files
Files changed (1) hide show
  1. europarl_doc.py +1 -1
europarl_doc.py CHANGED
@@ -58,7 +58,7 @@ class Europarl(datasets.GeneratorBasedBuilder):
58
  ),
59
  ]
60
 
61
- def _generate_examples(self, filepath):
62
  """Yields examples."""
63
  with open(filepath, encoding="utf-8") as f:
64
  data = json.load(f)
 
58
  ),
59
  ]
60
 
61
+ def _generate_examples(self, filepath, split=None):
62
  """Yields examples."""
63
  with open(filepath, encoding="utf-8") as f:
64
  data = json.load(f)