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
__init__.py
_retokenize.pyx Introduces a bulk merge function, in order to solve issue #653 (#2696) 2018-09-10 16:41:42 +02:00
doc.pxd
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
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