Add full stop

This commit is contained in:
richardpaulhudson 2022-11-09 11:41:52 +01:00
parent 35d0c217d2
commit 6a5b671261

View File

@ -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_*`)