Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.79 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.79 KB

Analysis of Reddit's Sentiment towards Organizations

Binder nbviewer LinkedIn URL

Banner

Introduction

In this repository, we demonstrate the use of Named Entity Recognition (NER) and Sentiment Analysis to get the sentiment score for popular companies on Reddit discussion forums. We use pretrained models from SpaCy for NER and Flair for Sentiment Analysis.

Click on this link to view code in Jupyter Notebook published on Binder or click on the Binder badge above.

Alternatively, you can render the Jupyter Notebook using nbviewer

Acknowledgment

Natural Language Processing: NLP With Transformers in Python