mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-03 13:14:11 +03:00
* Remove declaration of Model.update
This commit is contained in:
parent
e18bdff23a
commit
754bf04162
|
@ -19,8 +19,6 @@ cdef class Model:
|
|||
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 update(self, atom_t* context, class_t guess, class_t gold, int cost) except -1
|
||||
|
||||
cdef object model_loc
|
||||
cdef object _templates
|
||||
cdef Extractor _extractor
|
||||
|
|
Loading…
Reference in New Issue
Block a user