Readme
📊 JigsawStack Sentiment Analysis
This Replicate model wraps the JigsawStack Sentiment API to provide sentiment classification for any text input.
⚠️ Requires a valid JigsawStack API key to use.
🧠 What It Does
Given any input text, this model returns the sentiment (e.g. positive
, negative
, or neutral
) by calling the official JigsawStack API.
🔑 Inputs
Name | Type | Required | Description |
---|---|---|---|
text | string | ✅ Yes | The text to analyze for sentiment |
api_key | string | ✅ Yes | Your JigsawStack API key |
📤 Output
- A string representing the sentiment classification