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