From 962e3a830a40fee66ae68ccfa638ed2e32e627b6 Mon Sep 17 00:00:00 2001 From: AntonEliatra Date: Tue, 3 Sep 2024 16:11:50 +0100 Subject: [PATCH] Update classic.md Signed-off-by: AntonEliatra --- _analyzers/token-filters/classic.md | 1 - 1 file changed, 1 deletion(-) diff --git a/_analyzers/token-filters/classic.md b/_analyzers/token-filters/classic.md index 9b65a5eb5d..1717596d8e 100644 --- a/_analyzers/token-filters/classic.md +++ b/_analyzers/token-filters/classic.md @@ -9,7 +9,6 @@ nav_order: 50 The primary function of the classic token filter is to work alongside the classic tokenizer. It processes tokens by applying several common transformations. These transformations aid in text analysis and search. These include: - Removal of possessive endings such as *'s*, for example: *John's* becomes *John*. - - Separating words on internal hyphens, making terms like *co-operate* become tokens *co* and *operate*. - Removal of periods from acronyms, for example: *D.A.R.P.A.* becomes *DARPA*.