mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
* Rename parser class in parser.pxd, now that beam parsing is supported
This commit is contained in:
parent
58d5ac0944
commit
7c29362d60
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user