Whitespace

This commit is contained in:
Matthew Honnibal 2016-10-16 01:47:28 +02:00
parent 509b30834f
commit 3259a63779

View File

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