Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 298 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 298 Bytes

Blog Sentiment Analysis

Scrape all the articles on the Blog site and extract the article's topic and content

Perform sentimental analysis on these articles and store the derived score of each article in a spreadsheet.

  • Libraries used: Beautiful Soup, NLTK, Spacy, pandas, numpy, excel writer