开发者

Sentiment Analysis with ruby

开发者 https://www.devze.com 2023-04-05 00:36 出处:网络
Any one with sentient analysis experience with liblinear algorithm. Any one have used liblinear-ruby-swig gem?

Any one with sentient analysis experience with liblinear algorithm. Any one have used liblinear-ruby-swig gem?

Please suggest me somethin开发者_开发知识库g to start with.


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


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).


There is not much work in ruby for sentiment analysis or machine learning in general. One of the best machine learning library is weka, so you can consider using it with jruby.

That said I have created an entry level gem, I am planning to enhance it by porting some of the weka algorithms in ruby.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号