Skip to content

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

KeyTypeDescription
sentenceNumberSentence sentiment
subsentencenumber []Subsentence sentiment

Example

{
	"sentence": { "value": -0.07 },
	"subsentence": [-0.07]
}

Sentiment Format

KeyTypeDescription
valueNumberSentiment value

Sentiment Example

{ "value": -0.07 }

Next steps