* Rename parser class in parser.pxd, now that beam parsing is supported

This commit is contained in:
Matthew Honnibal 2015-06-02 00:53:49 +02:00
parent 58d5ac0944
commit 7c29362d60

View File

@ -9,7 +9,7 @@ from ._state cimport State
cdef class GreedyParser:
cdef class Parser:
cdef readonly object cfg
cdef readonly Model model
cdef readonly TransitionSystem moves