mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 12:18:04 +03:00
9 lines
175 B
Cython
9 lines
175 B
Cython
from ..vocab cimport Vocab
|
|
|
|
|
|
cdef class Packer:
|
|
cdef readonly tuple attrs
|
|
cdef readonly tuple _codecs
|
|
cdef readonly object lex_codec
|
|
cdef readonly Vocab vocab
|