Skip to content

bajjuri6/Transliteration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transliteration module provides way to transliterate from English to any Indian Language or from any Indian Language other Indian Language. This module is originally part of SILPA, and currently separated as part of restructuring.

Usage

from 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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 90.8%
  • HTML 9.2%