mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 09:26:27 +03:00
Remove print
This commit is contained in:
parent
2aa4d65734
commit
93d7ff309f
|
@ -310,7 +310,6 @@ def _annot2array(vocab, tok_annot, doc_annot):
|
|||
|
||||
|
||||
def _add_entities_to_doc(doc, ner_data):
|
||||
print(ner_data)
|
||||
if ner_data is None:
|
||||
return
|
||||
elif ner_data == []:
|
||||
|
|
Loading…
Reference in New Issue
Block a user