Top "Sentiment-analysis" questions

Sentiment analysis refers to categorizing some given data as to what sentiment(s) it expresses.

NLTK and Stopwords Fail #lookuperror

I am trying to start a project of sentiment analysis and I will use the stop words method. I made …

python nltk sentiment-analysis stop-words
calculate accuracy and precision of confusion matrix in R

Is there any tool / R package available to calculate accuracy and precision of confusion matrix in R ? The formula and …

r sentiment-analysis confusion-matrix
Sentiment Analysis Dictionaries

I was wondering if anybody knew where I could obtain dictionaries of positive and negative words. I'm looking into sentiment …

dictionary nlp sentiment-analysis
Sentiment analysis for Twitter in Python

I'm looking for an open source implementation, preferably in python, of Textual Sentiment Analysis (http://en.wikipedia.org/wiki/Sentiment_…

python machine-learning nlp open-source sentiment-analysis
Good dataset for sentiment analysis?

I am working on sentiment analysis and I am using dataset given in this link: http://www.cs.jhu.edu/~…

dataset sentiment-analysis web-mining
Sentiment analysis using R

Are there any R packages that focus on sentiment analysis? I have a small survey where users can write a …

r sentiment-analysis
Training data for sentiment analysis

Where can I get a corpus of documents that have already been classified as positive/negative for sentiment in the …

nlp machine-learning text-analysis sentiment-analysis training-data
What exactly is an n Gram?

I found this previous question on SO: N-grams: Explanation + 2 applications. The OP gave this example and asked if it was …

sentiment-analysis
nltk NaiveBayesClassifier training for sentiment analysis

I am training the NaiveBayesClassifier in Python using sentences, and it gives me the error below. I do not understand …

python nlp nltk sentiment-analysis textblob
Stanford nlp for python

All I want to do is find the sentiment (positive/negative/neutral) of any given string. On researching I came …

python stanford-nlp sentiment-analysis