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.umn.edu/~tpederse/senserelate.html) :( > > I appreciate any pointers. > > Thank you before hand. > > Kind regards, > > Sengly > > -- > http://mail.python.org/mailman/listinfo/python-list > You may try e.g. NLTK
http://nltk.sourceforge.net/ probably WordNet mentioned in the documentation in the 3rd chapter: 3.6 WordNet: An English Lexical Database http://nltk.org/doc/en/words.html Greetings, vbr
-- http://mail.python.org/mailman/listinfo/python-list
