Top "Wordnet" questions

WordNet is a lexical database for the English language.

Extract Word from Synset using Wordnet in NLTK 3.0

Some time ago, someone on SO asked how to retrieve a list of words for a given synset using NLTK's …

python nlp nltk wordnet
To find synonyms, definitions and example sentences using WordNet

I need to take an input text file with a one word. I then need to find the lemma_names, …

python nltk wordnet
Stemmers vs Lemmatizers

Natural Language Processing (NLP), especially for English, has evolved into the stage where stemming would become an archaic technology if "…

nlp wordnet stemming text-analysis lemmatization
Wordnet Find Synonyms

I am searching for a way to find all the synonyms of a particular word using wordnet. I am using …

nlp wordnet synonym jaws-wordnet
Convert words between verb/noun/adjective forms

i would like a python library function that translates/converts across different parts of speech. sometimes it should output multiple …

python nlp nltk wordnet
Generating the plural form of a noun

Given a word, which may or may not be a singular-form noun, how would you generate its plural form? Based …

python nlp wordnet linguistics
Measuring semantic similarity between two phrases

I want to measure semantic similarity between two phrases/sentences. Is there any framework that I can use directly and …

algorithm nlp semantics wordnet
Wordnet Similarity in Java: JAWS, JWNL or Java WN::Similarity?

I need to use Wordnet in a java-based app. I want to: search synsets find similarity/relatedness between synsets My …

java similarity wordnet jaws-wordnet
WordNet Java API

I'm having to use a Java API for WordNet, it will be for a big implementation. I'm searching but coming …

java api wordnet
How do I find the frequency count of a word in English using WordNet?

Is there a way to find the frequency of the usage of a word in the English language using WordNet …

python nltk wordnet