Arulalan.T
Arulalan.T
yes, still facing the same issue.
Sorry for the delayed response. Now I am able to understand iris module as well. Let me work on this to include iris capability. I will take consideration of your...
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...
Hi @loretoparisi , If we know the rules to convert English to IPA, then we can add the feature here. I do not know the rules. Let me know if...
@loretoparisi so English to IPA python code already exists. Do you think, we need to replicate here also ?
If understand this xml rules, then it will become to easy to correct words (grammar errors) Thanks. On 16 May 2015 at 05:30, Muthiah Annamalai [email protected] wrote: > Goal is...
Hai, Is there any update on this issue, particularly saving as pdf / eps with a custom font ?. If I am using Helvetica local path font, then I am...
I am loading Helvetica font as follows, helvetica_font = os.path.join(fontdir, 'helvetica.ttf') v = vcs.init() v.addfont(helvetica_font, 'helvetica') tt = v.createtexttable() tt.font = 'helvetica' tlp = v.createtemplate() tlp.title.texttable = tt v.plot(...) v.pdf('out.pdf')...
Hai, Thanks. Using the command ($^{\circ}$C) I am able to plot degree Celsius symbol in cdat8.1. When I am storing the vcs canvas as png, it works perfectly. But when...
@doutriaux1 Thanks. Meanwhile is that possible to increase png dpi resolution while saving x.png(filename)?. I couldn't control the dpi in the argument. If I am able to save high definition...