Finding a sense of word in a text

Vlastimil Brom vlastimil.brom at gmail.com
Thu Jun 12 10:23:10 EDT 2008


2008/6/11, Sengly <Sengly.Heng at gmail.com>:
>
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080612/47b3e6a3/attachment-0001.html>


More information about the Python-list mailing list