csuttner / meantweets

Show who people are online
0 stars 0 forks source link

Begin Word Processing Module #21

Closed evfairchild closed 3 years ago

evfairchild commented 3 years ago

all below methods accept list of tweets as inputs. ["this is a tweet", "test woo foo"] add Tweet Count method -> int add individual word count method -> dict add Distinct Word method -> int

evfairchild commented 3 years ago

I intend to break this module out when we use more advanced data analysis. For now, this issue should be merged with the Issue #22. We will create a separate issue when we are ready to adopt more advanced data processing methods.

csuttner commented 3 years ago

Thanks for clarifying your approach - I think we'll have a lot of refactoring to do as we refine our project after reaching a certain level of features.

evfairchild commented 3 years ago

All in one approach selected for now. Will open separate issue for new word processing module at later sprint cycle.