3 releases (breaking)

0.3.0 Mar 20, 2021
0.2.0 Mar 20, 2021
0.1.0 Mar 20, 2021

#10 in #kana

23 downloads per month

MIT license

8KB
232 lines

kana2phone

a kana string to phoneme

Usage

let s = String::from("コンニチハー");
let s = kana2phone(&s);
println!("{}", s);
$ echo "コンニチハー" | kana2phone
k o N n i ch i h a:

Dependencies

~4–5MB
~100K SLoC