silpa-discuss
[Top][All Lists]
Advanced

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

Re: [silpa-discuss] syllabalized output in DB


From: shantanu oak
Subject: Re: [silpa-discuss] syllabalized output in DB
Date: Sun, 8 May 2011 16:36:09 +0530

Hi,
Thanks a lot for this.
The only change that I had to do is to add one character code to signs array.
u'\u0901'

I used this code to write an utility that will help to solve Marathi crosswords.
http://saraswaticlasses.net/shabdasampada/moderate/shabdakode.php

-- Shantanu


On Sun, May 1, 2011 at 4:12 PM, Santhosh Thottingal <address@hidden> wrote:
On Sun, May 1, 2011 at 3:59 PM, shantanu oak <address@hidden> wrote:
> 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

Is this what you are looking for?
https://gist.github.com/950405


Thanks
Santhosh


reply via email to

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