This service was created as a result of the OpenReq project funded by the European Union Horizon 2020 Research and Innovation programme under grant agreement No 732463.
-
Docker (→ https://www.docker.com/)
-
SentiStrength (→ http://sentistrength.wlv.ac.uk/)
This API returns a json, containing the probability of an Amazon review containing a justification/decision/criteria/alternative/issue.
Run the following commands to start the microservice:
1) docker build -t ri-analytics-rationale-miner .
2) docker run "<PATH_TO_SentiStrength.jar>:/code/RationalyticsFramework/libs/SentiStrength.jar" -p 9704:9704 ri-analytics-rationale-miner
A full description of the the microservice can be found in swagger documentation below.
The API is documented by using Swagger2:
See OpenReq project contribution Guidlines