mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 21:00:19 +03:00
test
This commit is contained in:
parent
933b54ac79
commit
32ade37aac
|
@ -62,7 +62,7 @@ class Warnings(metaclass=ErrorsWithCodes):
|
||||||
"This may happen if you're using one of the small models, e.g. "
|
"This may happen if you're using one of the small models, e.g. "
|
||||||
"`en_core_web_sm`, which don't ship with word vectors and only "
|
"`en_core_web_sm`, which don't ship with word vectors and only "
|
||||||
"use context-sensitive tensors. You can always add your own word "
|
"use context-sensitive tensors. You can always add your own word "
|
||||||
"vectors, or use one of the larger models instead if available.")
|
"vectors, or use one of the larger models instead if available. ")
|
||||||
W008 = ("Evaluating {obj}.similarity based on empty vectors.")
|
W008 = ("Evaluating {obj}.similarity based on empty vectors.")
|
||||||
W011 = ("It looks like you're calling displacy.serve from within a "
|
W011 = ("It looks like you're calling displacy.serve from within a "
|
||||||
"Jupyter notebook or a similar environment. This likely means "
|
"Jupyter notebook or a similar environment. This likely means "
|
||||||
|
|
Loading…
Reference in New Issue
Block a user