spaCy/spacy/tokens
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__.pxd
__init__.py
_retokenize.pyx Fix realloc in retokenizer.split() (#4606) 2019-11-11 16:26:46 +01:00
_serialize.py Fix serialization of extension attr values in DocBin (#4540) 2019-10-28 16:02:13 +01:00
doc.pxd
doc.pyx prevent zero-length mem alloc (#4429) 2019-10-22 16:54:33 +02:00
morphanalysis.pxd
morphanalysis.pyx
span.pxd
span.pyx
token.pxd
token.pyx Merge changes to test_ner 2019-09-18 21:41:24 +02:00
underscore.py