redhijosbello commited on
Commit
33dcd2a
·
1 Parent(s): 83fe1b3

typo fixed

Browse files
Files changed (1) hide show
  1. wl.py +0 -1
wl.py CHANGED
@@ -105,7 +105,6 @@ class WL(datasets.GeneratorBasedBuilder):
105
  tokens = []
106
  ner_tags = []
107
  else:
108
- print(line)
109
  splits = line.split("\t")
110
  tokens.append(splits[0])
111
  ner_tags.append(splits[-1].rstrip())
 
105
  tokens = []
106
  ner_tags = []
107
  else:
 
108
  splits = line.split("\t")
109
  tokens.append(splits[0])
110
  ner_tags.append(splits[-1].rstrip())