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


Groups > comp.lang.python > #32549 > unrolled thread

how to perform word sense disambiguation?

Started bynachiket <nachik8kamat@gmail.com>
First post2012-10-31 22:14 -0700
Last post2012-11-01 11:17 +0000
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  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

#32549 — how to perform word sense disambiguation?

Fromnachiket <nachik8kamat@gmail.com>
Date2012-10-31 22:14 -0700
Subjecthow to perform word sense disambiguation?
Message-ID<86113b4c-6099-42e5-8fd6-379e442be7ef@googlegroups.com>
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

[toc] | [next] | [standalone]


#32556

FromRobert Kern <robert.kern@gmail.com>
Date2012-11-01 11:17 +0000
Message-ID<mailman.3145.1351768797.27098.python-list@python.org>
In reply to#32549
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

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web