spaCy/spacy/pipeline.pxd

12 lines
210 B
Cython
Raw Normal View History

from .syntax.parser cimport Parser
from .syntax.ner cimport BiluoPushDown
from .syntax.arc_eager cimport ArcEager
cdef class EntityRecognizer(Parser):
pass
cdef class DependencyParser(Parser):
pass