Is there a python library for transliterating Hindi to English?
e.g. "खाया" should be converted to "khaya"
Is there a python library for transliterating Hindi to English?
e.g. "खाया" should be converted to "khaya"
The less crappy transcoder I know of is sanscript. It is intended to transliterate Sanskrit text, but is of course also suited for Hindi, as they both use the Nagari notation. There are some issues in the code, and it does not do any validation of the input, but it has a large choice of scripts (not only Nagari).