---- On Mon, 22 Nov 2010 23:18:17 -0800 Vinodh Rajan wrote ---- >> >> But it returns out put as : The string input: தமிள் and its length:5 >> Now I want to have the out put as 3 but not as 5, how to achieve that?
>You have to some logical manipulation, to count the syllables instead of >Unicode Code point. You can refer this source code and write a syllabalizer for Tamil https://github.com/santhoshtr/silpa/blob/master/src/silpa/modules/syllabalizer/syllabalizer.py Thanks Santhosh Thottingal _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
