We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to explore if I can quickly add support for sentiment analysis.
Plan is to allow support for any RESTFUL api - e.g. Indico will be the test case. Indications are that there are numerous other players - https://www.quora.com/Where-can-I-find-an-online-API-for-sentiment-analysis
Indico's API (https://indico.io/docs?api-keys#sentiment)
curl 'http://apiv2.indico.io/sentiment?key=__key__' --data '{"data":"I love writing code!"}' OR sentimenthq
The elements here are
Would need to include
The text was updated successfully, but these errors were encountered:
http://www.alchemyapi.com/api/sentiment-analysis and http://www.alchemyapi.com/api/sentiment/htmlc.html
HTMLGetTextSentiment
600Kb max
URL - http://gateway-a.watsonplatform.net/calls/html/HTMLGetTextSentiment apikey html url (optional) outputMode (xml|json|rdf)
Response - JSON docSentiment : { score }
http://www.theysay.io/sentiment-analysis-api/
Max 30 requests per minute 500 requests per day
Sorry, something went wrong.
No branches or pull requests
Trying to explore if I can quickly add support for sentiment analysis.
Plan is to allow support for any RESTFUL api - e.g. Indico will be the test case. Indications are that there are numerous other players - https://www.quora.com/Where-can-I-find-an-online-API-for-sentiment-analysis
Indico's API (https://indico.io/docs?api-keys#sentiment)
curl 'http://apiv2.indico.io/sentiment?key=__key__' --data '{"data":"I love writing code!"}'
OR sentimenthq
The elements here are
Would need to include
The text was updated successfully, but these errors were encountered: