spaCy/spacy/tokens
2017-09-04 15:43:52 +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 * Rename spans.pyx to span.pyx 2015-11-04 00:14:40 +11:00
doc.pxd Add sentiment field to doc, rename getters_for_tokens and getters_for_spans, add user_hooks field to Doc. 2016-10-19 20:54:22 +02:00
doc.pyx Add efficiency note to new get_lca_matrix() method 2017-09-04 15:43:52 +02:00
printers.py Fix merge conflit in printer 2017-07-22 13:35:15 +02:00
span.pxd Remove tensor attribute from Span and Token. 2016-10-17 02:44:04 +02:00
span.pyx Lowest common ancestor matrix for spans and docs 2017-09-03 12:22:19 -07:00
token.pxd Add set_struct_attr staticmethod to token 2016-11-25 12:41:47 +01:00
token.pyx Fix error messages if model is required (resolves #1051) 2017-05-13 13:14:02 +02:00