spaCy/spacy/tokens
2018-02-11 18:55:48 +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 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 fix sent_start in serialization 2018-01-28 19:50:42 +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 Make .similarity() return 1.0 if all orth attrs match 2018-01-15 16:29:48 +01:00
token.pxd fix sent_start in serialization 2018-01-28 19:50:42 +01:00
token.pyx added new lex feat to token 2018-02-11 18:55:48 +01:00
underscore.py Tidy up util and helpers 2017-10-27 14:39:09 +02:00