* Whitespace

This commit is contained in:
Matthew Honnibal 2015-08-09 02:31:53 +02:00
parent 9c090945e0
commit fe43f8cf39

View File

@ -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):