Re: Finding a sense of word in a text

2008-06-13 Thread Sengly
Thanks a lot everyone. I appreciate your suggestion. But still, I could not find a simple way using wordnet since each term might have several part of speech and each one of them can have many senses. What I want is simply the list of synonyms of each term with their popularity score in English te

Re: Finding a sense of word in a text

2008-06-13 Thread George Sakkis
On Jun 11, 1:10 pm, Sengly <[EMAIL PROTECTED]> wrote: > Dear all, > > This might be off group but I am looking for a python library that can > help me to find a sense of a word in a text and eventually a list of > synonyms of that term. I searched the web and found one but it is > written in perl (

Re: Finding a sense of word in a text

2008-06-13 Thread Peter Otten
Sengly wrote: > Thank you. I have tried but no luck :( NLTK, maybe? Searching for "synonym" within nltk.org gives http://nltk.org/doc/en/words.html Peter -- 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

Re: Finding a sense of word in a text

2008-06-12 Thread Vlastimil Brom
2008/6/11, Sengly <[EMAIL PROTECTED]>: > > Dear all, > > This might be off group but I am looking for a python library that can > help me to find a sense of a word in a text and eventually a list of > synonyms of that term. I searched the web and found one but it is > written in perl (http://www.d.

Re: Finding a sense of word in a text

2008-06-12 Thread Piotrek Byzia
On 11 Cze, 19:10, Sengly <[EMAIL PROTECTED]> wrote: > Dear all, > > This might be off group but I am looking for a python library that can > help me to find a sense of a word in a text and eventually a list of > synonyms of that term. I searched the web and found one but it is > written in perl (ht