Method: Birdwatcher::Modules::Statuses::Sentiment.info

Defined in:
lib/birdwatcher/modules/statuses/sentiment.rb

.infoObject



18
19
20
21
22
23
24
25
26
27
# File 'lib/birdwatcher/modules/statuses/sentiment.rb', line 18

def self.info
<<-INFO
The Status Sentiment Analysis module can calculate the rough sentiment of statuses
in the workspace. Each status will get a sentiment score of Negative, Positive
or Neutral.

Please note that sentiment analysis is not very accurate and should always be
manually reviewed for serious work.
INFO
end