spaCy/spacy/tokens
Sofie c45ed32c74 label in span not writable anymore ()
* label in span not writable anymore

* more explicit unit test and error message for readonly label

* bit more explanation (view)

* error msg tailored to specific case

* fix None case
2019-03-15 00:46:45 +01: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 improve docs and docstrings () 2019-03-08 11:42:26 +01:00
_retokenize.pyx Tidy up and improve docs and docstrings () 2019-03-08 11:42:26 +01:00
_serialize.py Tidy up and improve docs and docstrings () 2019-03-08 11:42:26 +01:00
doc.pxd Fix issue 2396 () 2018-12-29 18:05:52 +01:00
doc.pyx Tidy up property code style () 2019-03-11 15:59:09 +01:00
span.pxd Add Span.to_array method 2017-08-19 12:20:45 +02:00
span.pyx label in span not writable anymore () 2019-03-15 00:46:45 +01:00
token.pxd Make NORM a token attribute () 2018-12-08 10:49:10 +01:00
token.pyx Fix token.conjuncts (closes ) () 2019-03-11 17:05:45 +01:00
underscore.py 💫 Support mutable default values for extension attributes () 2019-03-11 12:50:44 +01:00