Re: Very basic question

2008-12-23 Thread Sengly
Thank you very much everyone. Regards, -- Sengly -- http://mail.python.org/mailman/listinfo/python-list

Re: Very basic question

2008-12-23 Thread Sengly
I can hack it by doing eval('1.0*12/5') but is there any better method? -- http://mail.python.org/mailman/listinfo/python-list

Very basic question

2008-12-23 Thread Sengly
Hello all, I would like to calculate a string expression to a float. For example, I have ('12/5') and I want 2.4 as a result. I tried to use eval but it only gives me 2 instead of 2.5 Help!!! Regards, Sengly -- http://mail.python.org/mailman/listinfo/python-list

Re: Python library for clustering from distance vector

2008-06-14 Thread Sengly
On May 19, 2:42 am, jay graves <[EMAIL PROTECTED]> wrote: > On May 17, 11:49 pm, Sengly <[EMAIL PROTECTED]> wrote: > > > I am looking for a python library which can cluster similar objects > > into their respective groups given their similarity score of each two &g

Re: Finding a sense of word in a text

2008-06-13 Thread Sengly
text. Once again, thank you. Best regards, Sengly -- http://mail.python.org/mailman/listinfo/python-list

Re: Finding a sense of word in a text

2008-06-13 Thread Sengly
Thank you. I have tried but no luck :( Regards, Sengly -- http://mail.python.org/mailman/listinfo/python-list

Finding a sense of word in a text

2008-06-11 Thread Sengly
appreciate any pointers. Thank you before hand. Kind regards, Sengly -- http://mail.python.org/mailman/listinfo/python-list

Re: simple question on list manipulation from a newbie

2008-06-07 Thread Sengly
On Jun 8, 6:38 am, Sam Denton <[EMAIL PROTECTED]> wrote: > Sengly wrote: > > Dear all, > > > I am working with wordnet and I am a python newbie. I'd like to know > > how can I transfer a list below > > > In [69]: dog > > Out[69]: > > [{noun:

simple question on list manipulation from a newbie

2008-06-07 Thread Sengly
t_dog, dog, wiener, wienerwurst, weenie}, pawl, detent, click, dog}, andiron, firedog, dog, dog-iron] Thank you. Sengly -- http://mail.python.org/mailman/listinfo/python-list

Python library for clustering from distance vector

2008-05-17 Thread Sengly
cific group that I should post this message, please also suggest. Thank you. Sengly -- http://mail.python.org/mailman/listinfo/python-list

Re: image matching algorithms

2008-05-03 Thread Sengly
hat cite this > > particular paper. > > > And just a thought: Instead of merely cutting off at m largest-wavelets, > > why not apply a quantization matrix to all the values? > > I'm not at all an expert, just started to look into image matching, so > I'm not quite sure what you mean. What's a quantization matrix in this > context? Hello, I am also looking for the solution to the same problem. Could you let me know if you have found something useful so far? I appreciate your response. Thanks a lot. Sengly -- http://mail.python.org/mailman/listinfo/python-list