Re: python "sounds-like" module

2007-12-12 Thread John Machin
On Dec 13, 4:12 pm, Astan Chee <[EMAIL PROTECTED]> wrote: > John Machin wrote: > > Someone is sure to trot out the hoary old soundex ... believe me, it's > > teh suxxor. > > Plus febrl has soundex in it (as well as several modified versions of > it) among other things. Looks like this is what Im lo

Re: python "sounds-like" module

2007-12-12 Thread Astan Chee
John Machin wrote: > Someone is sure to trot out the hoary old soundex ... believe me, it's > teh suxxor. > > Plus febrl has soundex in it (as well as several modified versions of it) among other things. Looks like this is what Im looking for. Thanks! Astan -- http://mail.python.org/mailman/li

Re: python "sounds-like" module

2007-12-12 Thread Astan Chee
John Machin wrote: > Someone is sure to trot out the hoary old soundex ... believe me, it's > teh suxxor. > > Plus febrl has soundex in it (as well as several modified versions of it) among other things. Looks like this is what Im looking for. Thanks! Astan -- http://mail.python.org/mailman/li

Re: python "sounds-like" module

2007-12-12 Thread Astan Chee
John Machin wrote: > Someone is sure to trot out the hoary old soundex ... believe me, it's > teh suxxor. > > plus febrl has soundex (and modified versions of it) within it. But thanks again! Looks like this is what I'm looking for. Thanks alot guys! Astan -- http://mail.python.org/mailman/lis

Re: python "sounds-like" module

2007-12-12 Thread John Machin
On Dec 13, 11:39 am, Astan Chee <[EMAIL PROTECTED]> wrote: > Hi, > Thanks for all the help from the previous problem. Turns out I didnt > have to use wxSizers, just change the size of my wxWidgets everytime a > EVT_SIZE is called. > Anyway, Im trying to find a python module (im not sure if it exist

Re: python "sounds-like" module

2007-12-12 Thread Wildemar Wildenburger
Astan Chee wrote: > Anyway, Im trying to find a python module (im not sure if it exists) > that takes two words and compares if they sound the same. So 'right' and > 'write' sounds the same or 'u' and 'you' . Also I know this takes into > account the use of language and accent but is there any o

Re: python "sounds-like" module

2007-12-12 Thread kyosohma
On Dec 12, 6:39 pm, Astan Chee <[EMAIL PROTECTED]> wrote: > Hi, > Thanks for all the help from the previous problem. Turns out I didnt > have to use wxSizers, just change the size of my wxWidgets everytime a > EVT_SIZE is called. > Anyway, Im trying to find a python module (im not sure if it exists

Re: python "sounds-like" module

2007-12-12 Thread kyosohma
On Dec 12, 6:39 pm, Astan Chee <[EMAIL PROTECTED]> wrote: > Hi, > Thanks for all the help from the previous problem. Turns out I didnt > have to use wxSizers, just change the size of my wxWidgets everytime a > EVT_SIZE is called. > Anyway, Im trying to find a python module (im not sure if it exists