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


Groups > comp.lang.python > #32556

Re: how to perform word sense disambiguation?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.068
X-Spam-Evidence '*H*': 0.87; '*S*': 0.00; 'assigning': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'underlying': 0.09; 'kern': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.17; 'interpret': 0.22; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'am,': 0.27; 'subject:skip:d 10': 0.27; 'header:X-Complaints- To:1': 0.28; 'initial': 0.28; 'sense': 0.31; 'to:addr:python- list': 0.33; 'project': 0.34; 'robert': 0.35; 'subject:?': 0.35; 'received:org': 0.36; 'tool': 0.36; 'url:org': 0.36; 'useful': 0.36; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'called': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'share': 0.61; 'wide': 0.62; 'world': 0.63; 'our': 0.65; 'believe': 0.69; 'eco': 0.84; 'subject:sense': 0.84; 'terrible': 0.84; 'url:api': 0.84; 'url:book': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Robert Kern <robert.kern@gmail.com>
Subject Re: how to perform word sense disambiguation?
Date Thu, 01 Nov 2012 11:17:07 +0000
References <86113b4c-6099-42e5-8fd6-379e442be7ef@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host 213.1.240.227
User-Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:16.0) Gecko/20121026 Thunderbird/16.0.2
In-Reply-To <86113b4c-6099-42e5-8fd6-379e442be7ef@googlegroups.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3145.1351768797.27098.python-list@python.org> (permalink)
Lines 17
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1351768797 news.xs4all.nl 6936 [2001:888:2000:d::a6]:56782
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:32556

Show key headers only | 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