silpa-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[silpa-discuss] syllabalized output in DB


From: shantanu oak
Subject: [silpa-discuss] syllabalized output in DB
Date: Sun, 1 May 2011 15:59:49 +0530

Hi,
The syllabalize utility is one of the best that I found here...
http://silpa.org.in/Syllabalize

If I type a unicode word, for e.g. "test" it will return t,e,s,t
What all I want to do is to save the output in a mysql table as follows:

1 1 t
1 2 e
1 3 s
1 4 t

Where 1 is the unique word id and 1,2,3,4 are the character positions. The python script needs to be modified to accommodate this change. Is it possible what I am trying to achieve?

http://code.google.com/p/hunspell-marathi-dictionary/wiki/syllabalize

-- Shantanu


reply via email to

[Prev in Thread] Current Thread [Next in Thread]