mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-12 15:25:47 +03:00
Remove prints
This commit is contained in:
parent
5a2d37c18f
commit
2de72b30fe
|
@ -196,8 +196,6 @@ cdef class Example:
|
|||
next_ner = x_tags[i+1] if (i+1) < self.x.length else None
|
||||
if prev_ner == "O" or next_ner == "O":
|
||||
x_tags[i] = "O"
|
||||
#print("Y tags", y_tags)
|
||||
#print("X tags", x_tags)
|
||||
return x_tags
|
||||
|
||||
def to_dict(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user