spaCy/spacy/syntax/ner.pxd

8 lines
178 B
Cython
Raw Normal View History

2015-03-09 05:46:22 +00:00
from .transition_system cimport TransitionSystem
from .transition_system cimport Transition
2015-06-05 15:11:26 +00:00
from ..gold cimport GoldParseC
2015-02-02 05:38:52 +00:00
2015-03-09 05:46:22 +00:00
cdef class BiluoPushDown(TransitionSystem):
pass