mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-02 19:30:19 +03:00
Update errors
This commit is contained in:
parent
581f380c00
commit
761d5ab9c3
|
@ -941,9 +941,9 @@ class Errors(metaclass=ErrorsWithCodes):
|
||||||
"`{arg2}`={arg2_values} but these arguments are conflicting.")
|
"`{arg2}`={arg2_values} but these arguments are conflicting.")
|
||||||
E1043 = ("Expected None or a value in range [{range_start}, {range_end}] for entity linker threshold, but got "
|
E1043 = ("Expected None or a value in range [{range_start}, {range_end}] for entity linker threshold, but got "
|
||||||
"{value}.")
|
"{value}.")
|
||||||
E1044 = ("Special characters definition for '{label}' may not contain upper-case chars where case_sensitive==False.")
|
E1044 = ("Search characters for '{label}' may not contain upper-case chars where case_sensitive==False.")
|
||||||
E1045 = ("Invalid affix group config '{label}'.")
|
E1045 = ("Invalid rich group config '{label}'.")
|
||||||
E1046 = ("Special characters definition may not contain characters that occupy four bytes in UTF-16.")
|
E1046 = ("Search characters may not contain characters that occupy four bytes in UTF-16.")
|
||||||
|
|
||||||
|
|
||||||
# Deprecated model shortcuts, only used in errors and warnings
|
# Deprecated model shortcuts, only used in errors and warnings
|
||||||
|
|
Loading…
Reference in New Issue
Block a user