spaCy/spacy/tokens
2016-11-09 14:58:19 +00: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 Fix morphology tagger 2016-11-04 19:19:09 +01:00
span.pxd Remove tensor attribute from Span and Token. 2016-10-17 02:44:04 +02:00
span.pyx now span.merge returns token like it says on documentation 2016-11-09 14:58:19 +00:00
token.pxd Remove tensor property from token. 2016-10-17 02:45:09 +02:00
token.pyx Fix #595: Lemmatization was incorrect for base forms, because morphological analyser wasn't adding morphology properly. 2016-11-04 00:29:07 +01:00