From 6b69348d3ff7ec95f112733ae84a00e0f3348541 Mon Sep 17 00:00:00 2001 From: Sebastian Steiner Date: Thu, 8 Nov 2018 17:54:31 +0100 Subject: [PATCH] added readme for sentiment analysis --- service-analysis/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 service-analysis/README.md diff --git a/service-analysis/README.md b/service-analysis/README.md new file mode 100644 index 0000000..59f472f --- /dev/null +++ b/service-analysis/README.md @@ -0,0 +1,9 @@ +# Sentiment Service + + +## API + +You can post a json string to the REST API on http://localhost:8081/. +The json string needs to contain name-value key 'text'. + +The service uses the online sentiment analysis tool indico to get the sentiment for each text, calculates the average sentiment value and returns it. -- 2.43.0