mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-03 19:08:06 +03:00
8 lines
140 B
Cython
8 lines
140 B
Cython
from ..vocab cimport Vocab
|
|
|
|
|
|
cdef class Packer:
|
|
cdef readonly tuple attrs
|
|
cdef readonly tuple _codecs
|
|
cdef readonly Vocab vocab
|