corocn / kana2phone

a kana string to phoneme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

a kana string to phoneme

License:MIT License


Languages

Language:Rust 100.0%