spaCy/spacy/serialize
2016-10-23 16:31:05 +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 * Fix type on bits 2015-07-27 21:16:49 +02:00
bits.pyx * Fix data type on read32 in BitArray 2015-07-27 21:12:13 +02:00
huffman.pxd * Add faster encode_int32 and decode_int32 methods 2015-07-21 19:58:45 +02:00
huffman.pyx Fix bug where huffman codec died if given empty freqs dict. 2016-10-23 16:28:05 +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 Fix Issue #459 -- failed to deserialize empty doc. 2016-10-23 16:31:05 +02:00