From dc7f8792814e09c3d9344f22e89287028d1db752 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 1 Apr 2018 13:46:25 +0200 Subject: [PATCH] Set USE_SPLIT=False feature flag --- spacy/syntax/arc_eager.pyx | 1 + 1 file changed, 1 insertion(+) diff --git a/spacy/syntax/arc_eager.pyx b/spacy/syntax/arc_eager.pyx index 4db9b1c18..365eeada8 100644 --- a/spacy/syntax/arc_eager.pyx +++ b/spacy/syntax/arc_eager.pyx @@ -22,6 +22,7 @@ cdef int BINARY_COSTS = 1 DEF NON_MONOTONIC = True DEF USE_BREAK = True +DEF USE_SPLIT = False cdef weight_t MIN_SCORE = -90000