Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 615 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 615 Bytes

alkana-rs

アルファベット -> カタカナ の変換をサポートします。
49289語

use alkana_rs::ALKANA;

fn main() {
    let hello = ALKANA.get_katakana("hello").unwrap();
    let world = ALKANA.get_katakana("world").unwrap();
    println!("{} {} !", hello, world);
}
ハロー ワールドゥ !

Copyrights

Alphabetical word - katakana dictionary's data is from bep-eng.dic.

Bilingual Emacspeak Project (c) 1999-2002 Bilingual Emacspeak Project