From 6a5b67126117e562b4de99f976153bd8c9bb49ed Mon Sep 17 00:00:00 2001 From: richardpaulhudson Date: Wed, 9 Nov 2022 11:41:52 +0100 Subject: [PATCH] Add full stop --- spacy/ml/models/tok2vec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/ml/models/tok2vec.py b/spacy/ml/models/tok2vec.py index a0f936f50..881fcce67 100644 --- a/spacy/ml/models/tok2vec.py +++ b/spacy/ml/models/tok2vec.py @@ -253,7 +253,7 @@ def RichMultiHashEmbed( depending on the presence of some other letter before or after it, e.g. German plural nouns where the final two vowels are `ä-e` regularly correspond to singular lemmas where the `e` is no longer present and the `ä` has become `a`, - e.g. `die Bäche` (plural) vs `der Bach` (singular). + e.g. `die Bäche` (plural) vs. `der Bach` (singular). For most languages used with spaCy, searching is likely to be useful starting at the end (`suff_*`), but the ability to search from the beginning (`pref_*`)