Top "Wordnet" questions

WordNet is a lexical database for the English language.

How to find out wether a word exists in english using nltk

I am looking for a proper solution to this question. This question has been asked many times before and i …

python python-3.x nlp nltk wordnet
Identify the word as a noun, verb or adjective

Given a single word such as "table", I want to identify what it is most commonly used as, whether its …

python nlp wordnet word-sense-disambiguation
sentiment analysis - wordNet , sentiWordNet lexicon

I need a list of positive and negative words with the weights assigned to words according to how strong and …

nlp text-mining wordnet sentiment-analysis
Trying to find synonyms using wordnet java api

I am trying to find synonyms of some words(String type) in java using Wordnet java api. I have difficulties …

java wordnet synonym
Python's NLTK vs. related Java Libraries?

I've used LingPipe, Stanford's NER, RiTa and various sentence similarity libraries for my previous Java projects that focused on text (…

java python information-retrieval nltk wordnet
How to get all the hyponyms of a word/synset in python nltk and wordnet?

I have a list of all the nouns in wordnet now i want to leave only words which are vehicles …

python nltk wordnet
How to get the WordNet synset given an offset ID?

I have a WordNet synset offset (for example id="n#05576222"). Given this offset, how can I get the synset using …

python python-2.7 nlp nltk wordnet
NLTK data out of date - Python 3.4

I'm trying to install NLTK for Python 3.4. The actual NLTK module appears to have installed fine. I then ran import …

python download nlp nltk wordnet
What is "least common subsumer" and how to compute it?

I want to use Wu and Palmer method for computing similarity measure in wordnet, wp = (2 X depth(lcs)) / (depth(synset1) + …

algorithm wordnet
What is the connection or difference between lemma and synset in wordnet?

I am a complete beginner to NLP and NLTK. I was not able to understand the exact difference between lemmas …

python nlp nltk wordnet