From 821e088d41e5657a5af9d24fb49e9e2bffeec9be Mon Sep 17 00:00:00 2001 From: leboop <32377468+JavaLeb@users.noreply.github.com> Date: Tue, 21 Oct 2025 11:30:35 +0800 Subject: [PATCH] Update token-graphs.md --- manage-data/data-store/text-analysis/token-graphs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage-data/data-store/text-analysis/token-graphs.md b/manage-data/data-store/text-analysis/token-graphs.md index ca44060139..370f2576c6 100644 --- a/manage-data/data-store/text-analysis/token-graphs.md +++ b/manage-data/data-store/text-analysis/token-graphs.md @@ -34,7 +34,7 @@ In the following graph, `quick` and its synonym `fast` both have a position of ` ## Multi-position tokens [token-graphs-multi-position-tokens] -Some token filters can add tokens that span multiple positions. These can include tokens for multi-word synonyms, such as using "atm" as a synonym for "automatic teller machine." +Some token filters can add tokens that span multiple positions. These can include tokens for multi-word synonyms, such as using "atm" as a synonym for "automatic teller machine". However, only some token filters, known as *graph token filters*, accurately record the `positionLength` for multi-position tokens. These filters include: