Skip to content

Commit

Permalink
Update classic.md
Browse files Browse the repository at this point in the history
Signed-off-by: AntonEliatra <[email protected]>
  • Loading branch information
AntonEliatra authored Aug 6, 2024
1 parent 191dbd1 commit f502373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _analyzers/token-filters/classic.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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 *.* from acronyms, for example: *D.A.R.P.A.* becomes *DARPA*.
- Removal of periods from acronyms, for example: *D.A.R.P.A.* becomes *DARPA*.


## Example
Expand Down

0 comments on commit f502373

Please sign in to comment.