deciphyre / Transliteration

Transliteration module for Indian Languages

Home Page:https://libindic.org/Transliteration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transliteration

Build Status

Transliteration module provides way to transliterate from English to any Indian Language or from any Indian Language other Indian Language. This module is a part of libindic.

Setting up

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
pip install .

Usage

source env/bin/activate
python
from libindic.transliteration import getInstance
t = getInstance()
text = u"ನಮಸ್ಕಾರ"
t_text = t.transliterate(text, "ml_IN")
print t_text #"നമസ്കാര"

for more read the docs

About

Transliteration module for Indian Languages

https://libindic.org/Transliteration


Languages

Language:Roff 98.7%Language:Python 1.2%Language:HTML 0.1%Language:Makefile 0.0%