Sentiment analysis refers to categorizing some given data as to what sentiment(s) it expresses. Usually, it refers to extracting sentiment from text, e.g. tweets or blog posts.

learn more… | top users | synonyms

18
votes
7answers
3k views

Unsupervised Sentiment Analysis

I've been reading alot of articles that explain the need for an initial set of texts that are classified as either 'positive' or 'negative' before a sentiment analysis system will really work. My ...
12
votes
3answers
3k views

Perl or Java Sentiment Analysis

I was wondering if anybody knew of any good Perl modules and/or Java classes for sentiment analysis. I have read about LingPipe, but the program would eventually need to be used for commercial use so ...
11
votes
4answers
3k views

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 corporate domain? I want a large corpus of documents that provide reviews for ...
9
votes
3answers
4k views

Sentiment analysis using R

Are there any R packages that focus on sentiment analysis? I have a small survey where users can write a comment about their experience of using a web-tool. I ask for a numerical ranking, and there is ...
9
votes
6answers
5k views

List of Sentiment analysis tools and APIs [closed]

I am doing a project that uses sentiment analysis to determine overall reviews' sentiment. I'm having a bit of a challenge because I want to do this on non-English reviews, so, I'll be building up ...
9
votes
3answers
2k views

What training data sources could be used for sentiment classification models?

I'm looking for ideas about data sources which have or could potentially be used. I'm not interested in pre-existing libraries or tools. Both annotated and unannotated data are of interest, for ...
5
votes
5answers
4k views

Best Algorithmic Approach to Sentiment Analysis

My requirement is taking in news articles and determining if they are positive or negative about a subject. I am taking the approach outlined below, but I keep reading NLP may be of use here. All ...
5
votes
3answers
393 views

1 million sentences to save in DB - removing non-relevant English words

I am trying to train a Naive Bayes classifier with positive/negative words extracting from a sentiment. example: I love this movie :)) I hate when it rains :( The idea is I extract positive ...
5
votes
6answers
305 views

Bucketing sentences by mood

Let's start with a simple problem. Let's say that I have a 350 char sentence and would like to bucket the sentence into either a "Good mood" bucket or a "Bad mood" bucket. What would be the best way ...
5
votes
3answers
595 views

C++ Sentiment Analysis Library

I'm looking for a C++ sentiment analysis library that I could use in my own application. Something that would take a text written by a human as an argument and return information on its mood ...
4
votes
1answer
3k views

Sentiment analysis api/tool, for Java

I'm writing a Java program and need to analyze small chunks of text (3-4 sentences, news articles paraphrased) for their sentiment. I just need to know whether the article is generally positive, ...
4
votes
3answers
362 views

Feature Selection and Reduction for Text Classification

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 ...
4
votes
3answers
596 views

Sentiment analysis in other languages

My CSE graduation project I chose to be a simulation of a search engine that uses sentiment analysis to evaluate whether comments/reviews is positive/negative/neutral I am not sure how would I be ...
3
votes
3answers
1k views

What are the most challenging issues in Sentiment Analysis(opinion mining)?

Opinion Mining/Sentiment Analysis is a somewhat recent subtask of Natural Language processing.Some compare it to text classification,some take a more deep stance towards it. What do you think about ...
3
votes
4answers
3k views

Sentiment Analysis Dictionaries

I was wondering if anybody knew where I could obtain dictionaries of positive and negative words. I'm looking into sentiment analysis and this is a crucial part of it.
3
votes
3answers
658 views

question on sentiment analysis

I have a question regarding sentiment analysis that i need help with. Right now, I have a bunch of tweets I've gathered through the twitter search api. Because I used my search terms, I know what are ...
3
votes
1answer
249 views

Sentiment analysis/linear regression (Django)

I need a suggestion on how to do analyze this type of data. I want to perform a sentiment analysis or linear regression on it as a machine learning tool. The predictor is score. color type make ...
3
votes
3answers
279 views

Using Sentiment Analysis to Detect Contradictory Arguments?

I don't have much background in sentiment analysis or natural language processing at all, but I have been reading a bit about it in my spare time. I would like to conduct and experiment to analyze ...
3
votes
3answers
2k views

How to get started with sentiment analysis ?

Can someone give some starting points on how to get started with sentiment analysis. It would be great if you could provide some open source tools that can be used for that task. Currently I am ...
3
votes
1answer
929 views

NLP Library (Subject Extraction+Sentiment Analysis) for a Java-based Web Application

I'm a college student looking for a NLP library to perform subject extraction and sentiment analysis in a Java-based web application for a summer-hobby project. To give you a little context on what ...
3
votes
1answer
1k views

List of Natural Language Processing Tools in Regards to Sentiment Analysis - Which one do you recommend [closed]

first up sorry for my not so perfect English... I am from Germany ;) So, for a research project of mine (Bachelor thesis) I need to analyze the sentiment of tweets about certain companies and ...
3
votes
1answer
320 views

Customer support data sets for e-mail sentiment analysis

I am looking for an annotated data set in the customer support domain for a sentiment analysis, to train my Naive Bayes Classifier. Are there any such data sets available on the internet? I am unable ...
3
votes
1answer
2k views

Sentimental analysis using apache mahout [closed]

I am planning to develop a system that would predict the mood of a given text(sentiment analysis in short). I would also prefer apache mahout because, it is seriously huge data and the system should ...
3
votes
1answer
233 views

Sentiment analysis tool to classify groups

I am working on a machine learning project and I am at the first stage of my progress. I am working on extracting features and testing that features to use or not to use. I have a dataset consisting ...
3
votes
0answers
986 views

Free Library for Sentiment Analysis (on Tweets) in C#

I need a simple Sentiment Analysis library to use in my ASP.NET application. The library should be able to work on short strings (Twitter tweets have a maximum length of 140 characters long), and only ...
3
votes
0answers
284 views

How I can start building wordnet for Turkish language to use in sentiment analysis

Although I hold EE background, I didn't get chance to attend Natural Language processing classes. I would like to build sentiment analysis tool for Turkish language. I think it is best to create a ...
2
votes
2answers
3k views

Is there a Sentiment Analysis Script available in open source?

I am looking for a sentiment analysis script / soyurce code preferably in PHP. Do you know of any such script? Thanks, Sameer
2
votes
1answer
161 views

Automatic negation of words

Consider the following statements We are not talking about a well established company in the NASDAQ I will not initiate any trades until those clowns hammer out a deal I am writing a simple Naive ...
2
votes
2answers
132 views

Rating Articles - Sentiment Analysis [closed]

I am working on a Java program(classifier) which reads a given text file and outputs the related sentiment (Positive or Negative or Neutral). The program calculates three probabilities for the three ...
2
votes
2answers
559 views

Sentiment Analysis on LARGE collection of online conversation text

The title says it all; I have an SQL database bursting at the seams with online conversation text. I've already done most of this project in Python, so I would like to do this using Python's NLTK ...
2
votes
2answers
298 views

How to use SentiWordNet

I need to do sentiment analysis on some csv files containing tweets. I'm using SentiWordNet to do the sentiment analysis. I got the following piece of sample java code they provided on their site. ...
2
votes
1answer
260 views

Is there any other package other than “sentiment” to do Sentiment Analysis in R?

The "sentiment" package in R was removed from the Cran repository. What are the other packages which can do Sentiment Analysis? EDIT add a concrete example: For example, How I can rewrite this in ...
2
votes
2answers
509 views

How to tackle twitter sentiment analysis?

I'd like you to give me some advice in order to tackle this problem. At college I've been solving opinion mining tasks but with Twitter the approach is quite different. For example, I used an ...
2
votes
1answer
907 views

Using Sentiwordnet 3.0

I plan on using Sentiwordnet 3.0 for Sentiment classification. Could someone clarify as to what the numbers associated with words in Sentiwordnet represent? For e.g. what does 5 in rank#5 mean? Also ...
2
votes
2answers
191 views

Sources of classified sentiment data?

I'm looking to train a naive Bayes with some new data sources that haven't been used before. I've already looked at the Lee & Pang corpus of IMDB reviews and the MPQA opinion corpus. I'm looking ...
2
votes
3answers
693 views

Simple toolkits for emotion (sentiment) analysis (not using machine learning)

I am looking for a tool that can analyze the emotion of short texts. I searched for a week and I couldn't find a good one that is publicly available. The ideal tool is one that takes a short text as ...
2
votes
2answers
518 views

How to implement TF_IDF feature weighting with Naive Bayes

I'm trying to implement the naive Bayes classifier for sentiment analysis. I plan to use the TF-IDF weighting measure. I'm just a little stuck now. NB generally uses the word(feature) frequency to ...
2
votes
1answer
131 views

Getting incorrect Score using SentiWordNet

I'm doing some sentiment analysis using SentiWordNet and I referred to the post here How to use SentiWordNet . However, I'm getting a score of 0.0 despite trying out various inputs. Is there anything ...
2
votes
1answer
99 views

Sentiment analysis

while performing sentiment analysis, how can I make the machine understand that I'm referring apple (the iphone), instead of apple (the fruit)? Thanks for the advise !
2
votes
1answer
518 views

What algorithms do GMail/Facebook use to serve context relevant ads?

GMail serves some really good ads on the column on the right of the email text. Same goes for Facebook. The ads which I see on Facebook are often (very) relevant to what interests me. Obviously they ...
2
votes
1answer
384 views

Emoticons in Twitter Sentiment Analysis in r

How do I handle/get rid of emoticons so that I can sort tweets for sentiment analysis? Getting: Error in sort.list(y) : invalid input Thanks and this is how the emoticons come out looking from ...
2
votes
0answers
113 views

sentiment analysis algorithm advice [closed]

I have implemented simple naive bayes classifier and k-nn for sentiment analysis. I am doing comparative study on algorithms for sentiment analysis. I want to implement one more algorithm for ...
2
votes
1answer
500 views

Code example for Sentiment Analysis for Asian languages - Python NLTK

There is a demo on sentiment analysis with NLTK (python) here http://text-processing.com/demo/sentiment/. And also the tutorials on the parts of sentiment analysis ...
2
votes
1answer
89 views

creating arabic corpus

I'm doing the sentiment analysis for the Arabic language , I want to creat my own corpus , to do that , I collect 300 status from facebook and I classify them into positive and negative , now I want ...
1
vote
2answers
114 views

Sentiment Analysis in Spanish - Dictionary [closed]

I'm interested in doing sentiment analysis in spanish. I've looked up in the web for an opinions dictionary and it seems imposible to find something similar as the existing ones in english. For ...
1
vote
1answer
117 views

Find “near duplicates” strings in R

I am using R to build a sentiment analysis tool and I am having some problems with duplicates. The main source of data is Twitter, and it looks like many are bypassing twitter own spam filter by ...
1
vote
2answers
2k views

What are the existent Sentiment Analysis Algorithm?

I and a group of people are developing a Sentiment Analysis Algorithm. I would like to know what are the existent ones, because I want to compare them. Is there any article that have the main ...
1
vote
2answers
1k views

Good algorithm for sentiment analysis

I tried naive bayes classifier and it's working very bad. SVM works a little better but still horrible. Most of the papers which i read about SVM and naive bayes with some variations(n-gram, POS etc) ...
1
vote
1answer
758 views

training libsvm for text classification(sentiment)

From following links I came with some idea. I want to ask whether I am doing it right or I am in the wrong way. If I am in the wrong way, please guide me. Links Using libsvm for text classification ...
1
vote
2answers
560 views

Doing a hierarchical sentiment analysis with LingPipe

This is in the context of doing sentiment analysis using LingPipe machine learning tool. I have to classify if a sentence in a big paragraph has a positive/negative sentiment. I know of the following ...

1 2 3