spaCy/spacy/syntax/ner.pxd

9 lines
209 B
Cython
Raw Normal View History

2015-03-09 08:46:22 +03:00
from .transition_system cimport TransitionSystem
from .transition_system cimport Transition
2015-06-05 18:11:26 +03:00
from ..gold cimport GoldParseC
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