mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Whitespace
This commit is contained in:
parent
509b30834f
commit
3259a63779
|
@ -13,6 +13,7 @@ from ._state cimport StateC
|
|||
cdef class ParserModel(AveragedPerceptron):
|
||||
cdef void set_featuresC(self, ExampleC* eg, const StateC* state) nogil
|
||||
|
||||
|
||||
cdef class Parser:
|
||||
cdef readonly Vocab vocab
|
||||
cdef readonly ParserModel model
|
||||
|
|
Loading…
Reference in New Issue
Block a user