Entity Level Sentiment Analysis or Targeted Sentiment Analysis #10113
-
Hello!I am working on a project which processes news articles and gives information on whether the news is positive or negative for different entities mentioned in the news article. I have used spacy and built a custom NER model for recognizing the entities. i am currently working on the sentiment analyzer bit. Consider the following eg:
So the entities detected will be |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hello, |
Beta Was this translation helpful? Give feedback.
Hello,
We've recently published a blog post about Healthsea, a pipeline that analyzes reviews to supplements that tries to solve the same problem. If you're interested you can have a look, it describes every processing step from extracting sentences to predicting their sentiment.