mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-11 09:00:36 +03:00
Remove orphaned error message
This commit is contained in:
parent
4ecf643082
commit
98e12fecab
|
@ -250,8 +250,6 @@ class Errors(metaclass=ErrorsWithCodes):
|
||||||
"https://spacy.io/usage/models")
|
"https://spacy.io/usage/models")
|
||||||
E011 = ("Unknown operator: '{op}'. Options: {opts}")
|
E011 = ("Unknown operator: '{op}'. Options: {opts}")
|
||||||
E012 = ("Cannot add pattern for zero tokens to matcher.\nKey: {key}")
|
E012 = ("Cannot add pattern for zero tokens to matcher.\nKey: {key}")
|
||||||
E016 = ("MultitaskObjective target should be function or one of: dep, "
|
|
||||||
"tag, ent, dep_tag_offset, ent_tag.")
|
|
||||||
E017 = ("Can only add 'str' inputs to StringStore. Got type: {value_type}")
|
E017 = ("Can only add 'str' inputs to StringStore. Got type: {value_type}")
|
||||||
E018 = ("Can't retrieve string for hash '{hash_value}'. This usually "
|
E018 = ("Can't retrieve string for hash '{hash_value}'. This usually "
|
||||||
"refers to an issue with the `Vocab` or `StringStore`.")
|
"refers to an issue with the `Vocab` or `StringStore`.")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user