This article is seriously asking about suspicious emotion analysis of software-generated social media data. In the article, the author provides some examples of tweets. One of them does not "agree" with the other software they are trying to test - or indeed the two software tools "do not agree" with the human encoder
The use of emotional analysis is often applied to reviews and social media to help marketing teams and customer service teams discern consumer perceptions. In media such as product reviews, sentiment analysis can be used to clarify whether consumers are satisfied with the product or are dissatisfied. Likewise, companies can use sentiment analysis to measure the impact of new products, advertising campaigns, or consumer reactions on recent corporate news on social media. The company's customer service representative uses emotional analysis to automatically categorize the received user's e-mail into "emergency" or "non-emergency" buckets based on the emotion of the e-mail, and the frustrated user In advance. Agents can use their time to resolve users with the most urgent needs first.
Social Sentiment Analysis is an algorithm for analyzing emotions of social media content such as updating tweets and status. The algorithm takes a string and returns a sentiment evaluation of "positive", "negative", and "neutral". In addition, this algorithm provides a composite result that is the overall global atmosphere of the string. The algorithm also has a flexible, versatile emotion analysis algorithm that is optimal for more general texts such as books, articles, transcripts etc. The algorithm is based on the Stanford Core NLP toolkit. The algorithm takes an input string and returns an evaluation of 0 to 4. This corresponds to very negative, negative, neutral, positive, or very positive emotions.