2015-07-16 23:19:29 +00:00
|
|
|
from ..vocab cimport Vocab
|
|
|
|
|
|
|
|
|
|
|
|
cdef class Packer:
|
2015-07-17 19:20:48 +00:00
|
|
|
cdef readonly tuple attrs
|
|
|
|
cdef readonly tuple _codecs
|
2015-07-19 13:18:17 +00:00
|
|
|
cdef readonly object lex_codec
|
2015-07-17 19:20:48 +00:00
|
|
|
cdef readonly Vocab vocab
|