Matthew Honnibal
|
30be4f15da
|
* Import attrs from spacy.attrs, not spacy.typedefs
|
2015-07-16 11:23:25 +02:00 |
|
Matthew Honnibal
|
81aa4e6dcc
|
* Go back to having token reference doc, instead of complicated gymnastics. Rename the attr 'doc', to expose it in the API
|
2015-07-14 00:10:11 +02:00 |
|
Matthew Honnibal
|
8214b74eec
|
* Restore _py_tokens cache, to handle orphan tokens.
|
2015-07-13 22:28:10 +02:00 |
|
Matthew Honnibal
|
dba6b47d4e
|
* Refactor monster tokens.pyx file, into a tokens/ subpackage. Try to break the cycle between Doc and Token, and remove the need to pass around a unicode string reference
|
2015-07-13 19:20:48 +02:00 |
|