spaCy/spacy/tests/doc
Adriane Boyd 73538782a0
Switch Doc.__init__(ents=) to IOB tags (#6173)
* Switch Doc.__init__(ents=) to IOB tags

* Fix check for "-"

* Allow "" or None as missing IOB tag
2020-10-01 16:22:18 +02:00
..
__init__.py
test_add_entities.py begin_training -> initialize 2020-09-28 21:35:09 +02:00
test_array.py Tidy up tests and docs 2020-09-21 20:43:54 +02:00
test_creation.py
test_doc_api.py Switch Doc.__init__(ents=) to IOB tags (#6173) 2020-10-01 16:22:18 +02:00
test_morphanalysis.py
test_pickle_doc.py
test_retokenize_merge.py Switch Doc.__init__(ents=) to IOB tags (#6173) 2020-10-01 16:22:18 +02:00
test_retokenize_split.py Tidy up tests and docs 2020-09-21 20:43:54 +02:00
test_span.py Tidy up tests and docs 2020-09-21 20:43:54 +02:00
test_to_json.py Switch Doc.__init__(ents=) to IOB tags (#6173) 2020-10-01 16:22:18 +02:00
test_token_api.py Tidy up tests and docs 2020-09-21 20:43:54 +02:00
test_underscore.py