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


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

word sense disambiguation

Started bynachiket <nachik8kamat@gmail.com>
First post2012-11-02 03:49 -0700
Last post2012-11-02 11:08 +0000
Articles 2 — 2 participants

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


Contents

  word sense disambiguation nachiket <nachik8kamat@gmail.com> - 2012-11-02 03:49 -0700
    Re: word sense disambiguation Robert Kern <robert.kern@gmail.com> - 2012-11-02 11:08 +0000

#32617 — word sense disambiguation

Fromnachiket <nachik8kamat@gmail.com>
Date2012-11-02 03:49 -0700
Subjectword sense disambiguation
Message-ID<c1c41fc5-d44f-4105-a5ee-180b37c42b4c@googlegroups.com>
hello,

do you know how to perform word sense disambiguation.

Input:- sentence
Output:- Sense tagged words.

[toc] | [next] | [standalone]


#32620

FromRobert Kern <robert.kern@gmail.com>
Date2012-11-02 11:08 +0000
Message-ID<mailman.3200.1351854596.27098.python-list@python.org>
In reply to#32617
On 11/2/12 10:49 AM, nachiket wrote:
> hello,
>
> do you know how to perform word sense disambiguation.
>
> Input:- sentence
> Output:- Sense tagged words.

You've asked this already, and I have pointed you to 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