* Remove declaration of Model.update

This commit is contained in:
Matthew Honnibal 2015-11-06 00:31:15 +11:00
parent e18bdff23a
commit 754bf04162

View File

@ -19,8 +19,6 @@ cdef class Model:
cdef const weight_t* score(self, atom_t* context) except NULL cdef const weight_t* score(self, atom_t* context) except NULL
cdef int set_scores(self, weight_t* scores, atom_t* context) nogil cdef int set_scores(self, weight_t* scores, atom_t* context) nogil
cdef int update(self, atom_t* context, class_t guess, class_t gold, int cost) except -1
cdef object model_loc cdef object model_loc
cdef object _templates cdef object _templates
cdef Extractor _extractor cdef Extractor _extractor