Skip to content

siddharth17196/english-hindi-transliteration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

english-hindi-transliteration

A python package for transliterations from english to multiple indian languages

Transliteration refers to the process of converting text in one script into another. (not translation)

Installation

Recommended to create a virtual environment and then install.

pip install git+https://github.com/siddharth17196/english-hindi-transliteration

Usage

>>>from elt import translit

>>>to_hindi = translit('hindi')
>>>to_hindi.convert(['hello world', 'namaste'])

['हेलो वर्ल्ड', 'नमस्ते']

Supported Languages

Languages
hindi
telegu
bengali
marathi
malayalam
odiya
tamil
sanskrit
urdu
kannada
gujarati
punjabi

References

Google input tools