AI Sentiment
Introduction
Lettria can automatically classify text data as positive, negative, or neutral, based on the sentiment expressed in the text, using just AI-based algorithms.
Format
Key | Type | Description |
---|---|---|
sentence | Number | Sentence sentiment |
subsentence | number [] | Subsentence sentiment |
Example
{ "sentence": { "value": -0.07 }, "subsentence": [-0.07] }
Sentiment Format
Key | Type | Description |
---|---|---|
value | Number | Sentiment value |
Sentiment Example
{ "value": -0.07 }