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*.