Set USE_SPLIT=False feature flag

This commit is contained in:
Matthew Honnibal 2018-04-01 13:46:25 +02:00
parent a2f07ab57f
commit dc7f879281

View File

@ -22,6 +22,7 @@ cdef int BINARY_COSTS = 1
DEF NON_MONOTONIC = True DEF NON_MONOTONIC = True
DEF USE_BREAK = True DEF USE_BREAK = True
DEF USE_SPLIT = False
cdef weight_t MIN_SCORE = -90000 cdef weight_t MIN_SCORE = -90000