From c17ccd73e422d796156071faf0a2585c9b02a639 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Tue, 17 Jan 2023 16:25:36 +0100 Subject: [PATCH] Add fuzzy matching to intro --- website/docs/usage/v3-5.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/usage/v3-5.mdx b/website/docs/usage/v3-5.mdx index 307ff1755..923d07a25 100644 --- a/website/docs/usage/v3-5.mdx +++ b/website/docs/usage/v3-5.mdx @@ -9,8 +9,8 @@ menu: ## New features {id="features",hidden="true"} spaCy v3.5 introduces three new CLI commands, `apply`, `benchmark` and -`find-threshold`, provides improvements to our entity linking functionality, and -includes a range of language updates and bug fixes. +`find-threshold`, adds fuzzy matching, provides improvements to our entity +linking functionality, and includes a range of language updates and bug fixes. ### New CLI commands {id="cli"}