Skip to content

Repository files navigation

Sentiments analyzer

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/)

Try out the project by running these commands

git clone https://github.com/fcosfc/sentiments-analyzer.git

cd sentiments-analyzer

mvn spring-boot:run

Deploying using Docker

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

About

This is a proof of concept for an application that analyze sentiments in a paragraph

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages