* Switch toggle on USE_ROOT_ARC_SEGMENT

This commit is contained in:
Matthew Honnibal 2015-06-15 02:54:32 +02:00
parent 4841f8ad5e
commit 21930ede15

View File

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