sentiment-analysis-tool / tool_config.json
Guhanselvam's picture
Upload 4 files
fd0c703 verified
raw
history blame contribute delete
236 Bytes
{
"description": "Based on a text input this tool is able to analyse the sentiment of the given text. It returns a json with the sentiment.",
"name": "sentiment_analysis",
"tool_class": "sentiment_analysis.SentimentAnalysisTool"
}