Fix header

This commit is contained in:
Matthew Honnibal 2018-03-13 02:12:16 +01:00
parent 952c87409e
commit e101f10ef0

View File

@ -15,7 +15,7 @@ cdef class Parser:
cdef readonly object cfg
cdef public object _multitasks
cdef void _parseC(self, StateC* state,
cdef void _parseC(self, StateC** states, int nr_task,
const float* feat_weights, const float* bias,
const float* hW, const float* hb,
int nr_class, int nr_hidden, int nr_feat, int nr_piece) nogil