mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 18:56:36 +03:00
* Switch toggle on USE_ROOT_ARC_SEGMENT
This commit is contained in:
parent
4841f8ad5e
commit
21930ede15
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user