]> git.somenet.org - pub/jan/aic18.git/blob - service-analysis/README.md
added readme for sentiment analysis
[pub/jan/aic18.git] / service-analysis / README.md
1 # Sentiment Service
2
3
4 ## API
5
6 You can post a json string to the REST API on http://localhost:8081/.
7 The json string needs to contain name-value key 'text'.
8
9 The service uses the online sentiment analysis tool indico to get the sentiment for each text, calculates the average sentiment value and returns it.