spaCy/spacy/syntax/ner.pxd

8 lines
178 B
Cython
Raw Normal View History

2015-03-09 08:46:22 +03:00
from .transition_system cimport TransitionSystem
from .transition_system cimport Transition
2017-05-28 15:06:40 +03:00
from ..typedefs cimport attr_t
2015-02-02 08:38:52 +03:00
2015-03-09 08:46:22 +03:00
cdef class BiluoPushDown(TransitionSystem):
pass