small changes in readme
authorSebastian Steiner <e1029038@student.tuwien.ac.at>
Fri, 18 Jan 2019 14:46:13 +0000 (15:46 +0100)
committerSebastian Steiner <e1029038@student.tuwien.ac.at>
Fri, 18 Jan 2019 14:46:13 +0000 (15:46 +0100)
service-analysis/README.md

index 3cf2f2034c02e3a8982d8c355c6aca780baf5baa..717af398e3272c6e9d9c2bb5d5e9ef6781c0595d 100644 (file)
@@ -10,7 +10,7 @@ The service uses the the sentiment analysis service indico.
 `GET`: `/health` Returns HTTP Status 200 if service is running
 
 `POST`: `/` Calculates the average sentiment for a given list of texts
-- param: Term[] as Content-Tye: `application/json`
+- param: Term[ ] as Content-Tye: `application/json`
 example body of request:
 ```json
 [
@@ -33,7 +33,7 @@ For more examples see curl commands in local -> commands.
 - `503`: indico sentiment analysis not available
 
 ## external services
-This sentiment analysis service uses and relies on the online sentiment analysis indico ([https://www.indico.io]).
+This sentiment analysis service uses and relies on the online sentiment analysis indico (https://www.indico.io).
 The api key can be set in the file indico_api_key.txt. The current key does work, however excessive use of this service will require you to provide your own key, since the amount of requests for this key is limited.
 
 ## run with docker