I have a file with some Hindi words written in roman(english) script. This is being generated by a system which I have built using Python. I have to transliterate them to Hindi. I couldn't find anything of much use yet. So what I was thinking was that:
I could enter the word into google transliterate input tools, change it to hindi, and read from the very same text box, dynamically. Tough one.
PramukhIME uses two javascript files which convert the text input from the keyboard directly to hindi. If I could compile both the javascript files from my python code, and use a function of which is present in it, that would be great! I had a look at Splinter, but I could not understand how to perform the above task.
Any other suggestions are also welcome.
Aucun commentaire:
Enregistrer un commentaire