From 32ade37aacf0965c8b15dfc4dec1717ced35cf73 Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Tue, 27 Dec 2022 09:31:34 +0100 Subject: [PATCH] test --- spacy/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/errors.py b/spacy/errors.py index cd9281e91..f3baabda3 100644 --- a/spacy/errors.py +++ b/spacy/errors.py @@ -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 "