This commit is contained in:
Sofie Van Landeghem 2022-12-27 09:31:34 +01:00 committed by GitHub
parent 933b54ac79
commit 32ade37aac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ class Warnings(metaclass=ErrorsWithCodes):
"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 "
"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.")
W011 = ("It looks like you're calling displacy.serve from within a "
"Jupyter notebook or a similar environment. This likely means "