diff --git a/spacy/gold/example.pyx b/spacy/gold/example.pyx index 20f1a783e..166e58363 100644 --- a/spacy/gold/example.pyx +++ b/spacy/gold/example.pyx @@ -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):