Thanks for your reply.
My motivation is to make it read Chinese text, which I think should be easy to implement, at least for a very basic implementation. Unlike other languages, each Chinese character sounds in only one syllable, and the total number of different sounding/phone of the characters are quite limited. So, for basically implementation, it's just a map between the character and the sound(s) of the character.
|