spaCy/spacy/serialize
Matthew Honnibal 1f31d96bf9 * Fix Packer API, so that it reads and writes bytes strings, instead of BitArray. Docs are always byte aligned anyway. 2015-07-23 01:13:02 +02:00
..
__init__.pxd
__init__.py
bits.pxd
bits.pyx * Serialization round trip now working with decent API, but with rough spots in the organisation and requiring vocabulary to be fixed ahead of time. 2015-07-19 15:18:17 +02:00
huffman.pxd * Add faster encode_int32 and decode_int32 methods 2015-07-21 19:58:45 +02:00
huffman.pyx * Fix decode_int32 2015-07-21 20:09:59 +00:00
packer.pxd * Implement both character and orth encoding in Packer, so that we can decide which to use per-text 2015-07-19 22:39:45 +02:00
packer.pyx * Fix Packer API, so that it reads and writes bytes strings, instead of BitArray. Docs are always byte aligned anyway. 2015-07-23 01:13:02 +02:00