dipteshkanojia commited on
Commit
d7761f1
1 Parent(s): 0dc1574
Files changed (1) hide show
  1. PLOD-filtered.py +1 -0
PLOD-filtered.py CHANGED
@@ -109,6 +109,7 @@ class PLODfilteredConfig(datasets.GeneratorBasedBuilder):
109
  id_ = int(object['id'])
110
  yield id_, {
111
  "id": str(id_),
 
112
  "pos_tags": object['pos_tags'],
113
  "ner_tags": object['ner_tags'],
114
  }
 
109
  id_ = int(object['id'])
110
  yield id_, {
111
  "id": str(id_),
112
+ "tokens": object['tokens'],
113
  "pos_tags": object['pos_tags'],
114
  "ner_tags": object['ner_tags'],
115
  }