Datasets:

Languages:
Polish
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
other
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
system HF staff commited on
Commit
b956e56
1 Parent(s): 26eeddb

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. nkjp-ner.py +1 -1
nkjp-ner.py CHANGED
@@ -95,7 +95,7 @@ class NkjpNer(datasets.GeneratorBasedBuilder):
95
  ]
96
 
97
  def _generate_examples(self, filepath, split):
98
- """ Yields examples. """
99
  with open(filepath, encoding="utf-8") as f:
100
  reader = csv.DictReader(f, delimiter="\t", quoting=csv.QUOTE_NONE)
101
  for id_, row in enumerate(reader):
 
95
  ]
96
 
97
  def _generate_examples(self, filepath, split):
98
+ """Yields examples."""
99
  with open(filepath, encoding="utf-8") as f:
100
  reader = csv.DictReader(f, delimiter="\t", quoting=csv.QUOTE_NONE)
101
  for id_, row in enumerate(reader):