Datasets:

Languages:
Xhosa
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
system HF staff commited on
Commit
68080d2
1 Parent(s): a7de175

Update files from the datasets library (from 1.4.0)

Browse files

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

Files changed (1) hide show
  1. isixhosa_ner_corpus.py +4 -2
isixhosa_ner_corpus.py CHANGED
@@ -16,12 +16,14 @@
16
 
17
  from __future__ import absolute_import, division, print_function
18
 
19
- import logging
20
  import os
21
 
22
  import datasets
23
 
24
 
 
 
 
25
  _CITATION = """\
26
  @inproceedings{isixhosa_ner_corpus,
27
  author = {K. Podile and
@@ -104,7 +106,7 @@ class IsixhosaNerCorpus(datasets.GeneratorBasedBuilder):
104
  ]
105
 
106
  def _generate_examples(self, filepath):
107
- logging.info("⏳ Generating examples from = %s", filepath)
108
  with open(filepath, encoding="utf-8") as f:
109
  guid = 0
110
  tokens = []
 
16
 
17
  from __future__ import absolute_import, division, print_function
18
 
 
19
  import os
20
 
21
  import datasets
22
 
23
 
24
+ logger = datasets.logging.get_logger(__name__)
25
+
26
+
27
  _CITATION = """\
28
  @inproceedings{isixhosa_ner_corpus,
29
  author = {K. Podile and
 
106
  ]
107
 
108
  def _generate_examples(self, filepath):
109
+ logger.info("⏳ Generating examples from = %s", filepath)
110
  with open(filepath, encoding="utf-8") as f:
111
  guid = 0
112
  tokens = []