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