spaCy/spacy/serialize
2015-07-20 03:27:59 +02:00
..
__init__.pxd * Add spacy/serialize/__init__ files 2015-07-17 01:37:33 +02:00
__init__.py * Add spacy/serialize/__init__ files 2015-07-17 01:37:33 +02:00
bits.pxd * Tests passing on round-trip pack/unpack on basic example 2015-07-17 21:20:48 +02:00
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 * Build Huffman codec from unsorted inputs 2015-07-19 17:58:44 +02:00
huffman.pyx * Improve serialization speed 2015-07-20 03:27:59 +02: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 * Improve serialization speed 2015-07-20 03:27:59 +02:00