abazoge commited on
Commit
0dde309
1 Parent(s): eef08ee

Update ESSAI.py

Browse files
Files changed (1) hide show
  1. ESSAI.py +1 -3
ESSAI.py CHANGED
@@ -184,9 +184,6 @@ class ESSAI(datasets.GeneratorBasedBuilder):
184
  if tag == "@card@":
185
  print(splitted)
186
 
187
- if tag == "Bayer":
188
- print(splitted)
189
-
190
  if word == "@card@":
191
  print(splitted)
192
 
@@ -213,6 +210,7 @@ class ESSAI(datasets.GeneratorBasedBuilder):
213
  "lemmas": lemmas,
214
  "POS_tags": POS_tags,
215
  }
 
216
 
217
  for doc_id in set(dic["id_docs"]):
218
 
 
184
  if tag == "@card@":
185
  print(splitted)
186
 
 
 
 
187
  if word == "@card@":
188
  print(splitted)
189
 
 
210
  "lemmas": lemmas,
211
  "POS_tags": POS_tags,
212
  }
213
+ print(dic)
214
 
215
  for doc_id in set(dic["id_docs"]):
216