From c6a28e1cef84192f7256c300623d6a0d71c3c665 Mon Sep 17 00:00:00 2001 From: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Date: Tue, 10 Dec 2024 10:22:19 -0500 Subject: [PATCH] Update _analyzers/whitespace.md Co-authored-by: Nathan Bower Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> --- _analyzers/whitespace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_analyzers/whitespace.md b/_analyzers/whitespace.md index 6c9e9c639b..67fee61295 100644 --- a/_analyzers/whitespace.md +++ b/_analyzers/whitespace.md @@ -6,7 +6,7 @@ nav_order: 60 # Whitespace analyzer -The `whitespace` analyzer breaks text into tokens based only on whitespace characters (spaces, tabs, and others). It does not apply any transformations, such as lowercasing or removing stopwords, therefore the case of the original text is retained and punctuation is included as part of the tokens. +The `whitespace` analyzer breaks text into tokens based only on white space characters (for example, spaces and tabs). It does not apply any transformations, such as lowercasing or removing stopwords, so the original case of the text is retained and punctuation is included as part of the tokens. ## Example