How a!sentimentScore() Function is working in 18.2 ?

Hi Team ,

Can anyone help me out on  find sentiment by Sentiment Score.

When we are executing below code it return: 0.38 as Sentiment score but here how can i find exact sentiment?

a!sentimentScore(
  {
    "I love Seattle but the winter is too cold for me."
  }
)

Result:

0.38 .

For example if we pass same text to any third party AI Tools, Let say Amazon Comprehend It will return below structure.

{

"SentimentScore": {

"Mixed": 0.5408428907394409,

"Positive": 0.25948983430862427,

"Neutral": 0.06789177656173706,

"Negative": 0.13177546858787537 },

"Sentiment": "MIXED",

}.

So based on above result we can easily find the sentiment[Mixed].

By Using a!sentimentScore() function how can we find exact sentiment by Sentiment score?.

 

Thanks InAdvance.

 

 

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data