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