mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-10 15:14:56 +03:00
Set USE_SPLIT=False feature flag
This commit is contained in:
parent
a2f07ab57f
commit
dc7f879281
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user