|
From: Santhosh T. <san...@gm...> - 2014-03-13 13:51:03
|
On Thursday, March 13, 2014, Shrinivasan T <tsh...@gm...> wrote: > > Now, I can split the tamil words into letters using open-tamil. > > This code snippet also does same: https://github.com/Project-SILPA/syllabalizer/blob/master/indicsyllabifier/core.py#L128-L151 > Now, how to assign the sound symbols to each letters using dhvani sound db > ? > > Where are the sound files and mappings? > > Please look at http://dhvani.sourceforge.net/doc/algorithm.html Language specific modules converts unicode text to a phonetic reprsentation and synthesizer maps this phonetic strings to sound units Santhosh |