Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: kolchfa-aws <[email protected]>
  • Loading branch information
kolchfa-aws authored Sep 3, 2024
1 parent 629ae69 commit 0d614e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _analyzers/token-filters/asciifolding.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ parent: Token filters
nav_order: 20
---

# ASCII Folding token filter
# ASCII folding token filter

The `asciifolding` oken filter converts non-ASCII characters into their closest ASCII equivalents. For example *é* becomes *e*, *ü* becomes *u* and *ñ* becomes *n*. This process is known as *transliteration*.
The `asciifolding` token filter converts non-ASCII characters into their closest ASCII equivalents. For example *é* becomes *e*, *ü* becomes *u* and *ñ* becomes *n*. This process is known as *transliteration*.


The `asciifolding` token filter offers a number of benefits:
Expand Down

0 comments on commit 0d614e2

Please sign in to comment.