Sentiment
Returns a sentiment score with range -5 <-> +5
Positive being +5
For example if you send this example input:
I really like smiling!
The response will look like:
{
"msg": {
"score": 4,
"comparative": 1,
"tokens": [
"i",
"really",
"like",
"smiling"
],
"words": [
"smiling",
"like"
],
"positive": [
"smiling",
"like"
],
"negative": [],
"text": "I really like smiling!"
},
"node": "e6210540-a454-11e5-bc05-c50612f57fda"
}
Sample Flows
https://app.octoblu.com/bluprints/import/433a8b0f-5233-4f2d-8740-8e69a53e6193
Updated less than a minute ago