[][src]Crate dhoni

dhoni is a crate for converting Bengali text into their phonetic counterpart.

It's output doesn't strictly follow the Avro Phonetic specification, but tries to be compatible with Avro Phonetic's scheme.

Example: Converting a Bengali word

use dhoni::convert_to_phonetic;
 
let banglish = convert_to_phonetic("আমি");
assert_eq!(banglish, "ami");

Functions

convert_to_phonetic

Converts input text into their Bengali phonetic counterpart.