Conversation Sentiment Analysis (CSAT) (1.0.0)

This is the documentation of the Conversation Sentiment Analysis Toolkit (CSAT) module in ALAMEDA AI Toolkit.


Sentiment

Class with highest score.

Retrieve the sentiment class with the highest score for a given piece of text.

post http://csat.alamedaproject.eu:5050 /sentiment Try out

body

body required
The request body with the text to be analyzed.
{
    "text": "I had a lovely walk in the park today."
}

All sentiment classes and scores.

Retrieve the scores of each sentiment class for a given piece of text.

post http://csat.alamedaproject.eu:5050 /classes Try out

body

body required
The request body with the text to be analyzed.
{
    "text": "I had a lovely walk in the park today."
}