txt2ipa icon indicating copy to clipboard operation
txt2ipa copied to clipboard

Procedure for usage of txt2ipa

Open bharathichezhiyan opened this issue 7 years ago • 2 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

bharathichezhiyan avatar Oct 12 '17 15:10 bharathichezhiyan

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.

arulalant avatar Oct 12 '17 15:10 arulalant

Thanks. It is working.

bharathichezhiyan avatar Oct 12 '17 16:10 bharathichezhiyan