spaCy/spacy/tokens
darindf 8227566805 Fix error (#2802)
* Fix error
ValueError: cannot resize an array that references or is referenced
by another array in this way.  Use the resize function

* added spaCy Contributor Agreement
2018-09-26 21:31:03 +02:00
..
__init__.pxd * Break up tokens.pyx into tokens/doc.pyx, tokens/token.pyx, tokens/spans.pyx 2015-07-13 20:20:58 +02:00
__init__.py Tidy up and document Doc, Token and Span 2017-10-27 15:41:45 +02:00
_retokenize.pyx Introduces a bulk merge function, in order to solve issue #653 (#2696) 2018-09-10 16:41:42 +02:00
doc.pxd Add doc.retokenize() context manager (#2172) 2018-04-03 14:10:35 +02:00
doc.pyx Fix error (#2802) 2018-09-26 21:31:03 +02:00
printers.py Use correct, non-deprecated merge syntax (resolves #2226) 2018-04-18 18:28:28 -04:00
span.pxd Add Span.to_array method 2017-08-19 12:20:45 +02:00
span.pyx Feature/span ents (#2599) 2018-08-07 13:52:32 +02:00
token.pxd 💫 New system for error messages and warnings (#2163) 2018-04-03 15:50:31 +02:00
token.pyx Fix typo (closes #2784) 2018-09-21 10:45:11 +02:00
underscore.py Don't raise error if set_extension has getter and setter (closes #2177) 2018-04-03 18:30:17 +02:00