This is a proof of concept for an application that analyze sentiments in a paragraph.
Natural Language Processing open source libraries provided by Stanford CoreNLP (https://stanfordnlp.github.io/CoreNLP/)
git clone https://github.com/fcosfc/sentiments-analyzer.git
cd sentiments-analyzer
mvn spring-boot:run
To build the Dockerized version of the project, run
docker build . -t sentimentsanalyzer:latest
Once the Docker image is correctly built, you can test it locally using
docker run -p 8080:8080 sentimentsanalyzer:latest