spaCy/spacy/serialize
2015-07-24 04:52:06 +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 bytes problems for Python3 2015-07-24 03:48:23 +02:00
bits.pyx * Fix bytes problems for Python3 2015-07-24 03:48:23 +02:00
huffman.pxd * Add faster encode_int32 and decode_int32 methods 2015-07-21 19:58:45 +02:00
huffman.pyx * More Py 2/3 compatibility in bit strings 2015-07-24 04:52:06 +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 bytes problems for Python3 2015-07-24 03:48:23 +02:00