From fe43f8cf39b6392f6c2d58c2979a6100bf12869a Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 9 Aug 2015 02:31:53 +0200 Subject: [PATCH] * Whitespace --- spacy/syntax/ner.pyx | 1 + 1 file changed, 1 insertion(+) diff --git a/spacy/syntax/ner.pyx b/spacy/syntax/ner.pyx index c569bfa43..8414456b6 100644 --- a/spacy/syntax/ner.pyx +++ b/spacy/syntax/ner.pyx @@ -47,6 +47,7 @@ cdef bint _entity_is_sunk(StateClass st, Transition* golds) nogil: else: return False + cdef class BiluoPushDown(TransitionSystem): @classmethod def get_labels(cls, gold_tuples):