3 releases (breaking)
0.3.0 | Mar 20, 2021 |
---|---|
0.2.0 | Mar 20, 2021 |
0.1.0 | Mar 20, 2021 |
#10 in #kana
21 downloads per month
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
~6MB
~115K SLoC