how to perform word sense disambiguation?

Robert Kern robert.kern at gmail.com
Thu Nov 1 07:17:07 EDT 2012


On 11/1/12 5:14 AM, nachiket wrote:
> an initial part of my project involves assigning sense to each word in sentence. I came across this tool called wordnet. do share your views

You can get access to Wordnet and a wide variety of useful tools in NLTK:

   http://nltk.org/
   http://nltk.org/book/ch06.html
   http://nltk.org/api/nltk.classify.html

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco




More information about the Python-list mailing list