__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
|
Add Doc.extend_tensor() method
|
2017-11-03 11:20:31 +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
|
Implement Span.n_lefts and Span.n_rights
|
2017-11-01 13:25:12 +01:00 |
token.pxd
|
Remove caching of Token in Doc, as caused cycle.
|
2017-10-16 19:34:21 +02:00 |
token.pyx
|
Update deprecated methods and add warnings
|
2017-11-01 16:49:42 +01:00 |
underscore.py
|
Tidy up util and helpers
|
2017-10-27 14:39:09 +02:00 |