mratanusarkar / twitter-sentiment-analysis

a demo poc for sentiment analysis of tweets
0 stars 0 forks source link

modularize the current codebase #8

Open mratanusarkar opened 1 year ago

mratanusarkar commented 1 year ago

The current implementation should be more generated and made modular by breaking codebase into the following logical blocks:

  1. The scraper
  2. The word counter
  3. The word cloud generator
mratanusarkar commented 4 weeks ago

also, the preprocessing and data cleaning functions should be moved to a new logical block and de-coupled from generator.py.

Ideally, (with the current scope) I see potential for the following: