Hi,
I built Quillpad-Server and run it on my local machine. It provides Json
based
web api for transliteration
When I tried to translate sholinganallur
http://localhost:8090/processWordJSON?inString=sholinganallur&lang=tamil
Response text
{"twords": [{"optmap": {"ஷோலிங்காநல்லூர்": ["ஷ", "", "ோ",
We are working on a telegram bot to translate all the strings on
openstreetmap.org to tamil
for that we get strings from osm, use google translator to get tamil
transliterations, use telegram bot to show the translations to users.
user can verify a tamil translation or give new translation.
code