mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 10:16: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):
|
def _add_entities_to_doc(doc, ner_data):
|
||||||
print(ner_data)
|
|
||||||
if ner_data is None:
|
if ner_data is None:
|
||||||
return
|
return
|
||||||
elif ner_data == []:
|
elif ner_data == []:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user