Datasets:

Languages:
Igbo
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
ArXiv:
Tags:
License:
system HF staff commited on
Commit
81b5105
1 Parent(s): 9c8f904

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. igbo_ner.py +1 -1
igbo_ner.py CHANGED
@@ -97,7 +97,7 @@ class IgboNer(datasets.GeneratorBasedBuilder):
97
  ]
98
 
99
  def _generate_examples(self, filepath, split):
100
- """ Yields examples. """
101
  dictionary = {}
102
  with open(filepath, "r", encoding="utf-8-sig") as f:
103
  if self.config.name == "ner_data":
97
  ]
98
 
99
  def _generate_examples(self, filepath, split):
100
+ """Yields examples."""
101
  dictionary = {}
102
  with open(filepath, "r", encoding="utf-8-sig") as f:
103
  if self.config.name == "ner_data":