module VaderSentimentRuby
VaderSentimentRuby
namespace
Constants
- VERSION
Public Class Methods
polarity_scores(text)
click to toggle source
# File lib/vader_sentiment_ruby.rb, line 17 def self.polarity_scores(text) VaderSentimentRuby::SentimentIntensityAnalyzer.new.polarity_scores(text) end