All Projects → sha256 → Ridmik-Parser

sha256 / Ridmik-Parser

Licence: BSD-3-Clause License
Ridmik Parser is an English to Bangla phonetic converter used in Ridmik Keyboard

Programming Languages

java
68154 projects - #9 most used programming language

Ridmik Parser

English to Bangla Phonetic Converter


Ridmik parser is used in Ridmik Keyboard, an on screen keyboard for the Android OS.

It's very light-weight, fast and can be converted to any other language very easily.

Usage:

first import

import net.hasnath.ridmikparser.RidmikParser

then its pretty straight forward:

RidmikParser parser = new RidmikParser();
String bangla = parser.toBangla("amar sOnar bangla");
System.out.println(bangla);

Output:

আমার সোনার বাংলা

License: New BSD License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].