Re: word sense disambiguation

2012-11-02 Thread Robert Kern
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.or

word sense disambiguation

2012-11-02 Thread nachiket
hello, do you know how to perform word sense disambiguation. Input:- sentence Output:- Sense tagged words. -- http://mail.python.org/mailman/listinfo/python-list

Re: how to perform word sense disambiguation?

2012-11-01 Thread Robert Kern
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/

how to perform word sense disambiguation?

2012-10-31 Thread nachiket
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 -- http://mail.python.org/mailman/listinfo/python-list