Skip to content

koushikvikram/reddit-organization-sentiment

Repository files navigation

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