Top "Wordnet" questions

WordNet is a lexical database for the English language.

How to check if a word is an English word with Python?

I want to check in a Python program if a word is in the English dictionary. I believe nltk wordnet …

python nltk wordnet
wordnet lemmatization and pos tagging in python

I wanted to use wordnet lemmatizer in python and I have learnt that the default pos tag is NOUN and …

python nltk wordnet lemmatization
Python: Semantic similarity score for Strings

Are there any libraries for computing semantic similarity scores for a pair of sentences ? I'm aware of WordNet's semantic database, …

python semantics wordnet similarity
How to get synonyms from nltk WordNet Python

WordNet is great, but I'm having a hard time getting synonyms in nltk. If you search similar to for the …

python nltk wordnet
Finding Proper Nouns using NLTK WordNet

Is there any way to find proper nouns using NLTK WordNet?Ie., Can i tag Possessive nouns using nltk Wordnet ?

python nltk wordnet
Resource 'corpora/wordnet' not found on Heroku

I'm trying to get NLTK and wordnet working on Heroku. I've already done heroku run python nltk.download() wordnet pip …

python django heroku nltk wordnet
Import WordNet In NLTK

I want to import wordnet dictionary but when i import Dictionary form wordnet i see this error : for l in …

python dictionary nltk wordnet stemming
English dictionary as txt or xml file with support of synonyms

Can someone point me to where I can download English dictionary as a txt or xml file. I am building …

dictionary nlp wordnet
All synonyms for word in python?

The code to get the synonyms of a word in python is say: from nltk.corpus import wordnet dog = wordnet.…

python nltk wordnet
Using NLTK and WordNet; how do I convert simple tense verb into its present, past or past participle form?

Using NLTK and WordNet, how do I convert simple tense verb into its present, past or past participle form? For …

python nlp nltk wordnet