spaCy/spacy/tokens
Motoki Wu a52e195a0a Fixes Issue #1207 where noun_chunks of Span gives an error.
Make sure to reference `self.doc` when getting the noun chunks.

Same fix as 9750a0128c
2017-11-17 17:16:20 -08: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
doc.pxd Allow weakrefs on Doc objects 2017-10-16 19:22:11 +02:00
doc.pyx Ensure path in Doc.to_disk/from_disk (resolves ##1521) 2017-11-09 02:29:03 +01:00
printers.py Tidy up util and helpers 2017-10-27 14:39:09 +02:00
span.pxd Add Span.to_array method 2017-08-19 12:20:45 +02:00
span.pyx Fixes Issue #1207 where noun_chunks of Span gives an error. 2017-11-17 17:16:20 -08:00
token.pxd Remove caching of Token in Doc, as caused cycle. 2017-10-16 19:34:21 +02:00
token.pyx Back-off to tensor for similarity if no vectors 2017-11-03 20:56:33 +01:00
underscore.py Tidy up util and helpers 2017-10-27 14:39:09 +02:00