mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-02 11:20:19 +03:00
New error
This commit is contained in:
parent
f712e0bc4a
commit
d6c77659dc
|
@ -943,6 +943,7 @@ class Errors(metaclass=ErrorsWithCodes):
|
|||
"{value}.")
|
||||
E1044 = ("Special characters definition for '{label}' may not contain upper-case chars where case_sensitive==False.")
|
||||
E1045 = ("Invalid affix group config '{label}'.")
|
||||
E1046 = ("Special characters definition may not contain characters that occupy four bytes in UTF-16.")
|
||||
|
||||
|
||||
# Deprecated model shortcuts, only used in errors and warnings
|
||||
|
|
Loading…
Reference in New Issue
Block a user