Skip to content

A crate for converting Bengali text into their phonetic counterpart.

License

Notifications You must be signed in to change notification settings

OpenBangla/dhoni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dhoni (ধ্বনি)

Build Status crates.io DOCS.rs

A crate for converting Bengali text into their phonetic counterpart.

Requires Rust version >= 1.31

Usage

Add this to your Cargo.toml:

[dependencies]
dhoni = "0.1"

Example

This example shows how to use this crate:

use dhoni::convert_to_phonetic;

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

License

dhoni is distributed under the terms of MIT License.

See LICENSE for details.

About

A crate for converting Bengali text into their phonetic counterpart.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages