mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-10 15:14:56 +03:00
Add file for compile-time flags in parser
This commit is contained in:
parent
9d7409ce71
commit
7ff4d8967f
4
spacy/syntax/compile_time.pxi
Normal file
4
spacy/syntax/compile_time.pxi
Normal file
|
@ -0,0 +1,4 @@
|
|||
DEF NON_MONOTONIC = True
|
||||
DEF USE_BREAK = True
|
||||
DEF USE_SPLIT = False
|
||||
DEF MAX_SPLIT = 1
|
Loading…
Reference in New Issue
Block a user