Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #32556

Re: how to perform word sense disambiguation?

From Robert Kern <robert.kern@gmail.com>
Subject Re: how to perform word sense disambiguation?
Date 2012-11-01 11:17 +0000
References <86113b4c-6099-42e5-8fd6-379e442be7ef@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.3145.1351768797.27098.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

how to perform word sense disambiguation? nachiket <nachik8kamat@gmail.com> - 2012-10-31 22:14 -0700
  Re: how to perform word sense disambiguation? Robert Kern <robert.kern@gmail.com> - 2012-11-01 11:17 +0000

csiph-web