I am new to the field of Sentiment Analysis and I would like your help. What I need to do with Stanford Core NLP is provide raw text and get 2 kinds of results:
The total sentiment of the whole text (e.g. positive, neutral or negative)
Entity-based sentiment (either call a function to return a list with all the entities and their sentiment, or call a function where I provide the needed entity as an argument and it returns the sentiment related to this entity).