Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 660 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 660 Bytes

Hindi Transliterator

This assignment implements an English to Hindi transliterator and a Hindi to Romanized Hindi transliterator

Mappings

All the mappings are in data/. Files data/roman*.json are the mappings for Hindi to Romanized Hindi and the rest are the mappings from English to Hindi.

Run

  • To transliterate from English to Hindi python3 transliterate.py Hindi <word> where, <word> is the string in English
  • To transliterate from Hindi to Romanized Hindi python3 transliterate.py Roman <word> where, <word> is the string in Hindi

Team

  • Anirudh C (IMT2017006)
  • Bishal Pandia (IMT2017010)
  • Ananth Shreekumar (IMT2016129)