2 releases (1 stable)
1.0.0 | Feb 1, 2021 |
---|---|
0.9.9 | Feb 1, 2021 |
#1543 in Text processing
5KB
69 lines
UTF8Normalizer
extern crate tb_normalization;
use tb_normalization::unicode::TbNormalization;
fn main() {
let s = "số 22 ngách 63/30/16 lê đức thọ , mỹ đình 2 Được chưa nhỉ --";
println!("{}", s.tb_normalization());
println!("{}", s.remove_special_characters());
}
Dependencies
~2.7–4MB
~93K SLoC