get_sentiment_score
Analyze text sentiment with a compound score from -1 (negative) to 1 (positive) using a VADER-style lexicon of 2000+ words.
Instructions
Compound sentiment score from -1 (negative) to 1 (positive). VADER-style with built-in 2000+ word lexicon.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |