Skip to content

corocn/kana2phone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages