Re: [Chennaipy] need help on making english-tamil transliteration using quillpad

2018-05-13 Thread Aravindhan K
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": {"ஷோலிங்காநல்லூர்": ["ஷ", "", "ோ",

[Chennaipy] need help on making english-tamil transliteration using quillpad

2018-05-03 Thread Shrinivasan T
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