mirror of https://github.com/explosion/spaCy.git
* Whitespace
This commit is contained in:
parent
9c090945e0
commit
fe43f8cf39
|
@ -47,6 +47,7 @@ cdef bint _entity_is_sunk(StateClass st, Transition* golds) nogil:
|
||||||
else:
|
else:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
cdef class BiluoPushDown(TransitionSystem):
|
cdef class BiluoPushDown(TransitionSystem):
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_labels(cls, gold_tuples):
|
def get_labels(cls, gold_tuples):
|
||||||
|
|
Loading…
Reference in New Issue