Top "Nltk" questions

The Natural Language Toolkit is a Python library for computational linguistics.

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
List of Natural Language Processing Tools in Regards to Sentiment Analysis - Which one do you recommend

first up sorry for my not so perfect English... I am from Germany ;) So, for a research project of mine (…

twitter nlp nltk sentiment-analysis
Sentiment analysis for sentences- positive, negative and neutral

I'm designing a text classifier in Python using NLTK. One of the features considered in every sentence is it's sentiment. …

python-3.x nltk sentiment-analysis
How do I count words in an nltk plaintextcorpus faster?

I have a set of documents, and I want to return a list of tuples where each tuple has the …

python nlp nltk corpus
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