sentiment-tool / tool_config.json
Chris4K's picture
Update tool_config.json
dd8f416
raw history blame
No virus
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"
}