Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 453
Pravin Avatar asked May 02 '26 13:05

Pravin


2 Answers

I used lib linear a lot for other classification not for sentiment analysis Are you interested in using lib linear or to do sentiment analysis? For simple sentiment analysis look at https://chrismaclellan.com/blog/sentiment-analysis-of-tweets-using-ruby

like image 58
nadav Avatar answered May 05 '26 05:05

nadav


sad_panda gem (https://rubygems.org/gems/sad_panda) is similar to an R library I have used in the past. It has tools for both polarity and emotion classification of text (as "sadness", "anger", "joy", a few others).

like image 26
user2040608 Avatar answered May 05 '26 05:05

user2040608