mirror of https://github.com/explosion/spaCy.git
* Whitespace
This commit is contained in:
parent
7bafc789e7
commit
2a46c77324
|
@ -47,6 +47,6 @@ cdef class TransitionSystem:
|
||||||
cdef Transition init_transition(self, int clas, int move, int label) except *
|
cdef Transition init_transition(self, int clas, int move, int label) except *
|
||||||
|
|
||||||
cdef int set_valid(self, int* output, StateClass state) nogil
|
cdef int set_valid(self, int* output, StateClass state) nogil
|
||||||
|
|
||||||
cdef int set_costs(self, int* is_valid, int* costs,
|
cdef int set_costs(self, int* is_valid, int* costs,
|
||||||
StateClass state, GoldParse gold) except -1
|
StateClass state, GoldParse gold) except -1
|
||||||
|
|
Loading…
Reference in New Issue