mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 02:36:32 +03:00
Fix error
This commit is contained in:
parent
0fd797e33c
commit
42a373db5c
|
@ -220,7 +220,7 @@ class Warnings(metaclass=ErrorsWithCodes):
|
||||||
"key attribute for vectors, configure it through Vectors(attr=) or "
|
"key attribute for vectors, configure it through Vectors(attr=) or "
|
||||||
"'spacy init vectors --attr'")
|
"'spacy init vectors --attr'")
|
||||||
W126 = ("Pipe instance '{name}' is being added with a vocab "
|
W126 = ("Pipe instance '{name}' is being added with a vocab "
|
||||||
"instance that will not match other components. This is "
|
"instance that does not match other components. This is "
|
||||||
"usually an error.")
|
"usually an error.")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user