rob-derosa/Sentiment Analysis Action
Analyzes text for sentiment and give a confidence score for positive, neutral and negative
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| azure-cognitive-subscription-key | Azure Cognitive Services resource key found in in the Azure Portal | yes | — |
| azure-cognitive-endpoint | Azure Cognitive Services endpoint found in in the Azure Portal | yes | — |
| text-to-analyze | The text to analyze for sentiment | yes | — |
| text-language | The language of the text to analyze for sentiment | yes | — |
Outputs
| name | description |
|---|---|
| positive | Overall confidence score of positivity in the text |
| neutral | Overall confidence score of neutrality in the text |
| negative | Overall confidence score of negativity in the text |
| results | JSON payload of with deeper, per-sentence analysis |