mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
9 lines
205 B
Cython
9 lines
205 B
Cython
from .transition_system cimport TransitionSystem
|
|
from .transition_system cimport Transition
|
|
from ._state cimport State
|
|
from ..gold cimport GoldParseC
|
|
|
|
|
|
cdef class BiluoPushDown(TransitionSystem):
|
|
pass
|