spaCy/spacy/tests/doc
adrianeboyd 91f89f9693 Fix realloc in retokenizer.split() (#4606)
Always realloc to a size larger than `doc.max_length` in
`retokenizer.split()` (or cymem will throw errors).
2019-11-11 16:26:46 +01:00
..
__init__.py
test_add_entities.py
test_array.py
test_creation.py Refactor lemmatizer and data table integration (#4353) 2019-10-01 21:36:03 +02:00
test_doc_api.py
test_morphanalysis.py
test_pickle_doc.py
test_retokenize_merge.py
test_retokenize_split.py Fix realloc in retokenizer.split() (#4606) 2019-11-11 16:26:46 +01:00
test_span.py Fix util.filter_spans() to prefer first span in overlapping sam… (#4414) 2019-10-10 17:00:03 +02:00
test_to_json.py
test_token_api.py
test_underscore.py