From 21930ede15c6b2d51b4c214fd2372d4e28665a0a Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 15 Jun 2015 02:54:32 +0200 Subject: [PATCH] * Switch toggle on USE_ROOT_ARC_SEGMENT --- spacy/syntax/arc_eager.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/syntax/arc_eager.pyx b/spacy/syntax/arc_eager.pyx index ba20f813c..f7dc77724 100644 --- a/spacy/syntax/arc_eager.pyx +++ b/spacy/syntax/arc_eager.pyx @@ -20,7 +20,7 @@ from .stateclass cimport StateClass DEF NON_MONOTONIC = True DEF USE_BREAK = False -DEF USE_ROOT_ARC_SEGMENT = False +DEF USE_ROOT_ARC_SEGMENT = True cdef weight_t MIN_SCORE = -90000