```:rust use alkana_rs::ALKANA;
fn main() { let hello = ALKANA.getkatakana("hello").unwrap(); let world = ALKANA.getkatakana("world").unwrap(); println!("{} {} !", hello, world); }
```
:sh
ハロー ワールドゥ !
Alphabetical word - katakana dictionary's data is from bep-eng.dic
.
Bilingual Emacspeak Project (c) 1999-2002 Bilingual Emacspeak Project