arulalant / txt2ipa

Unicode Text to IPA Converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Procedure for usage of txt2ipa

bharathichezhiyan opened this issue · comments

python setup.py install
after setup how to use the tool.
we have to use it in the python program.
from tamil2ipa import txt2ipa
can you please give example with some explanation to use straight away with files.
does txt2ipa has module to convert back to Tamil from IPA

See the example here.
https://github.com/arulalant/txt2ipa/tree/master/examples/tamil
If you know python little bit, you can write 2 line code for reading tamil string from text file and pass to this function and write the ipa to another text file.
At the moment reverse (ipa 2 tamil) is not possible.

Thanks. It is working.