This commit is contained in:
svlandeg 2020-10-05 17:50:37 +02:00
parent 9eb813a35d
commit 3ac3447eee
1 changed files with 0 additions and 2 deletions

View File

@ -456,8 +456,6 @@ class Errors:
"issue tracker: http://github.com/explosion/spaCy/issues") "issue tracker: http://github.com/explosion/spaCy/issues")
# TODO: fix numbering after merging develop into master # 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. " E902 = ("The sentence-per-line IOB/IOB2 file is not formatted correctly. "
"Try checking whitespace and delimiters. See " "Try checking whitespace and delimiters. See "
"https://nightly.spacy.io/api/cli#convert") "https://nightly.spacy.io/api/cli#convert")