ygorg commited on
Commit
9905edf
·
verified ·
1 Parent(s): 4bd724e

Remove debugging print

Browse files
Files changed (1) hide show
  1. ESSAI.py +0 -6
ESSAI.py CHANGED
@@ -192,12 +192,6 @@ class ESSAI(datasets.GeneratorBasedBuilder):
192
  if len(splitted) >= 8:
193
  tag = splitted[6]
194
 
195
- if tag == "@card@":
196
- print(splitted)
197
-
198
- if word == "@card@":
199
- print(splitted)
200
-
201
  if lemma == "000" and tag == "@card@":
202
  tag = "NUM"
203
  word = "100 000"
 
192
  if len(splitted) >= 8:
193
  tag = splitted[6]
194
 
 
 
 
 
 
 
195
  if lemma == "000" and tag == "@card@":
196
  tag = "NUM"
197
  word = "100 000"