sentiment-web
sentiment-web copied to clipboard
Web interface to sentiment analyzer.
Hi Vivek, I'm using your site but I've strange issue. While using the sentiment from the web http://sentiment.vivekn.com/ I'm getting Natural while using the API http://sentiment.vivekn.com/api/text/ I'm getting Positive This...
payload = "this is a great disappointment" resp = requests.post(url, data={"txt":payload}) print resp.json() {u'result': {u'confidence': u'95.6526', u'sentiment': u'Positive'}} But the expected sentiment is negative.
Thanks for the great tool. If possible would you mind adding some form of pass-through request identifier? And then return the identifier with the result... E.g. Request [ { "id":...
Hey I have been testing your tool with different use cases, it has been pretty accurate to most of them. I cannot understand this result though - ``` One moment...
I'm not sure if you supplied all the files here. I get 404 when I run, there is no /web/text directory and I have no idea what is supposed to...