spaCy/spacy/tests/doc
adrianeboyd 5b102963bf
Require HEAD for is_parsed in Doc.from_array() (#5011)
Modify flag settings so that `DEP` is not sufficient to set `is_parsed`
and only run `set_children_from_heads()` if `HEAD` is provided.

Then the combination `[SENT_START, DEP]` will set deps and not clobber
sent starts with a lot of one-word sentences.
2020-02-16 17:17:09 +01:00
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_add_entities.py Fix test imports 2019-09-29 17:34:56 +02:00
test_array.py Revert #4334 2019-09-29 17:32:12 +02:00
test_creation.py Refactor lemmatizer and data table integration (#4353) 2019-10-01 21:36:03 +02:00
test_doc_api.py Require HEAD for is_parsed in Doc.from_array() (#5011) 2020-02-16 17:17:09 +01:00
test_morphanalysis.py Revert #4334 2019-09-29 17:32:12 +02:00
test_pickle_doc.py Revert #4334 2019-09-29 17:32:12 +02:00
test_retokenize_merge.py Skip duplicate spans in Doc.retokenize (#4339) 2019-09-30 12:43:48 +02:00
test_retokenize_split.py Fix realloc in retokenizer.split() (#4606) 2019-11-11 16:26:46 +01:00
test_span.py add char_span to Span (#4793) 2019-12-13 15:54:58 +01:00
test_to_json.py Revert #4334 2019-09-29 17:32:12 +02:00
test_token_api.py Revert #4334 2019-09-29 17:32:12 +02:00
test_underscore.py Revert #4334 2019-09-29 17:32:12 +02:00