Remove debugging print
Browse files
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"
|