Datasets:

Languages:
Arabic
Multilinguality:
monolingual
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
ArXiv:
License:
system HF staff commited on
Commit
a6abaaa
1 Parent(s): 793d415

Update files from the datasets library (from 1.6.1)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.6.1

Files changed (1) hide show
  1. arabic_billion_words.py +1 -1
arabic_billion_words.py CHANGED
@@ -144,7 +144,7 @@ class ArabicBillionWords(datasets.GeneratorBasedBuilder):
144
  return text.replace("?", "")
145
 
146
  def _generate_examples(self, filepath):
147
- """ Yields examples. """
148
  current_multi_line = ""
149
  _idx = 0
150
  data_tag = self.config.name
 
144
  return text.replace("?", "")
145
 
146
  def _generate_examples(self, filepath):
147
+ """Yields examples."""
148
  current_multi_line = ""
149
  _idx = 0
150
  data_tag = self.config.name