Whitespace

This commit is contained in:
Matthew Honnibal 2016-10-16 01:47:28 +02:00
parent 509b30834f
commit 3259a63779
1 changed files with 1 additions and 0 deletions

View File

@ -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