1 unstable release

0.1.0 Apr 6, 2019

#1776 in Text processing

Download history 479/week @ 2024-01-02 485/week @ 2024-01-09 303/week @ 2024-01-16 548/week @ 2024-01-23 538/week @ 2024-01-30 494/week @ 2024-02-06 669/week @ 2024-02-13 685/week @ 2024-02-20 481/week @ 2024-02-27 701/week @ 2024-03-05 550/week @ 2024-03-12 493/week @ 2024-03-19 208/week @ 2024-03-26 495/week @ 2024-04-02 558/week @ 2024-04-09 505/week @ 2024-04-16

1,865 downloads per month
Used in suntrack

Apache-2.0

125KB
2.5K SLoC

asciifolding

Build Status Rust port of Lucene's Ascii folding filter

From Lucene documentation:

This class converts alphabetic, numeric, and symbolic Unicode characters which are not in the first 127 ASCII characters (the "Basic Latin" Unicode block) into their ASCII equivalents, if one exists.

Reference implementation

Thanks

No runtime deps