epptt commited on
Commit
50afa99
·
1 Parent(s): 440762a

Upload erukaLabels.py

Browse files
Files changed (1) hide show
  1. erukaLabels.py +1 -1
erukaLabels.py CHANGED
@@ -140,7 +140,7 @@ class Funsd(datasets.GeneratorBasedBuilder):
140
  if len(words) == 0:
141
  continue
142
  tokens.append(words[0])
143
- print(words, label)
144
  print(item)
145
  if isinstance(label, float):
146
  ner_tags.append("O")
 
140
  if len(words) == 0:
141
  continue
142
  tokens.append(words[0])
143
+ print(label)
144
  print(item)
145
  if isinstance(label, float):
146
  ner_tags.append("O")