mirror of https://github.com/explosion/spaCy.git
cleanup
This commit is contained in:
parent
9eb813a35d
commit
3ac3447eee
|
@ -456,8 +456,6 @@ class Errors:
|
|||
"issue tracker: http://github.com/explosion/spaCy/issues")
|
||||
|
||||
# TODO: fix numbering after merging develop into master
|
||||
E900 = ("Patterns for component '{name}' not initialized. This can be fixed "
|
||||
"by calling 'add_patterns' or 'initialize'.")
|
||||
E902 = ("The sentence-per-line IOB/IOB2 file is not formatted correctly. "
|
||||
"Try checking whitespace and delimiters. See "
|
||||
"https://nightly.spacy.io/api/cli#convert")
|
||||
|
|
Loading…
Reference in New Issue