spaCy/spacy/tokens
2016-12-18 22:33:53 +01:00
..
__init__.pxd
__init__.py
doc.pxd
doc.pyx Add noun_chunks to Span 2016-11-24 10:47:20 +00:00
span.pxd
span.pyx Add (and test) Span.sentiment attribute. By default we average token.span, but can override with custom hook. Re Issue #667 2016-12-02 11:05:50 +01:00
token.pxd Add set_struct_attr staticmethod to token 2016-11-25 12:41:47 +01:00
token.pyx Fix issue #672: ent_iob_ was a string, not unicode, due to missing unicode_literals statement. 2016-12-18 22:33:53 +01:00