Top "Wordnet" questions

WordNet is a lexical database for the English language.

WordNetLemmatizer not returning the right lemma unless POS is explicit - Python NLTK

I'm lemmatizing the Ted Dataset Transcript. There's something strange I notice: Not all words are being lemmatized. To say, selected …

python nlp nltk wordnet lemmatization
Using WN-Affect to detect emotion/mood of a string

I downloaded WN-Affect. I am however not sure how to use it to detect the mood of a sentence. For …

python nlp nltk wordnet
How to test whether a word is in singular form or not in python?

I am trying to get whether a word is in singular form or in plural form by using nltk pos_…

python-2.7 nlp nltk wordnet
Getting the root word using the Wordnet Lemmatizer

I need to find a common root word matched for all related words for a keyword extractor. How to convert …

python nlp nltk wordnet lemmatization
Detect Proper Nouns with WordNet?

I'm using JAWS to access WordNet. Given a word, is there any way to detect if it is a proper …

java nlp wordnet
How to generate a list of antonyms for adjectives in WordNet using Python

I want to do the following in Python (I have the NLTK library, but I'm not great with Python, so …

python nlp nltk wordnet
Wordnet SQL Explanation

I'm trying to get a simple synonym database up and running, so I can find synonyms of words the user …

mysql database semantics wordnet thesaurus
Python: How to properly use readline() and readlines()

I've build a Python script to randomly create sentences using data from the Princeton English Wordnet, following diagrams provided by …

python translation readline wordnet readlines
What part of speech does "s" stand for in WordNet synsets

I have a list of GRE words which I am getting a list of synsets for. for word in words: …

python nltk wordnet