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

1
vote
2answers
1k views

Sentiment Analysis with ruby

Any one with sentient analysis experience with liblinear algorithm. Any one have used liblinear-ruby-swig gem? Please suggest me something to start with.
1
vote
1answer
536 views

How do I make an API call to viralheat on submit and then parse and save the JSON response?

I want to send a request via Viralheat's API in my controller's update method so that when a user hits the submit button, an action is completed and the API call is made. I want to post to ...
5
votes
6answers
304 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 ...
0
votes
1answer
176 views

Untrained sentiment analysis, need help with capturing sentiment variation statistically [closed]

The question may be vague but I will try to word it as best as possible. So I came up with a crude algorithm to compute whether a sentence (part of a review snippet) is positive or negative or ...
2
votes
3answers
686 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
511 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 ...
0
votes
2answers
448 views

Looking up positivity or negativity in a sentence using WordNet

I have to ask some questions in an interactive system and user is free to type just anything as response. I have to conclude from response whether it is positive (yes) or negative (no). In some ...
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, ...
3
votes
3answers
653 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 ...
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 ...
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
0
votes
1answer
101 views

social media search engine question

I came across this site called social mention and am curious about how applications like this work, hopefully somebody can offer some glimpses/suggestions on this. Upon looking at the search ...
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 ...
0
votes
1answer
468 views

Machine translation for multilingual sentiment analysis

I am trying to do sentiment analysis for non english languages like japenese, chinese, german etc. I want to know if any Machine translator available for translating documents in these languages to ...
2
votes
1answer
512 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 ...
1
vote
3answers
673 views

A Social Network with Artificial Intelligence

I'm planning a Social Network with an Artificial Intelligence . that means that the SN will take the conversations (in english) .. and analyse them in order to extract the general opinion about a ...
5
votes
3answers
392 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
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 ...
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.
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 ...
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 ...
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 ...

1 2 3