spaCy/spacy/tests/doc
Adriane Boyd 8eaacaae97 Refactor Doc.ents setter to use Doc.set_ents
Additional changes:

* Entity spans with missing labels are ignored
* Fix ent_kb_id setting in `Doc.set_ents`
2020-09-24 12:36:51 +02:00
..
__init__.py
test_add_entities.py Refactor Doc.ents setter to use Doc.set_ents 2020-09-24 12:36:51 +02:00
test_array.py
test_creation.py
test_doc_api.py Refactor Doc.ents setter to use Doc.set_ents 2020-09-24 12:36:51 +02:00
test_morphanalysis.py
test_pickle_doc.py
test_retokenize_merge.py
test_retokenize_split.py Tidy up tests and docs 2020-09-21 20:43:54 +02:00
test_span.py
test_to_json.py
test_token_api.py
test_underscore.py