ai-content-maker/.venv/Lib/site-packages/spacy/pipeline/trainable_pipe.pxd

10 lines
199 B
Cython
Raw Normal View History

2024-05-03 04:18:51 +03:00
from ..vocab cimport Vocab
from .pipe cimport Pipe
cdef class TrainablePipe(Pipe):
cdef public Vocab vocab
cdef public object model
cdef public object cfg
cdef public object scorer