sentiment-analysis

NLTK and Stopwords Fail #lookuperror

NLTK and Stopwords Fail #lookuperror Question: I am trying to start a project of sentiment analysis and I will use the stop words method. I made some research and I found that nltk have stopwords but when I execute the command there is an error. What I do is the following, in order to know …

Total answers: 7

Feature Selection and Reduction for Text Classification

Feature Selection and Reduction for Text Classification Question: I am currently working on a project, a simple sentiment analyzer such that there will be 2 and 3 classes in separate cases. I am using a corpus that is pretty rich in the means of unique words (around 200.000). I used bag-of-words method for feature selection …

Total answers: 5

Sentiment analysis for Twitter in Python

Sentiment analysis for Twitter in Python Question: I’m looking for an open source implementation, preferably in python, of Textual Sentiment Analysis (http://en.wikipedia.org/wiki/Sentiment_analysis). Is anyone familiar with such open source implementation I can use? I’m writing an application that searches twitter for some search term, say “youtube”, and counts “happy” tweets vs. “sad” tweets. I’m using …

Total answers: 12