Skip to content

This is the base repo for the text mining and analysis project for Software Design, Fall 2017 at Olin College.

Notifications You must be signed in to change notification settings

vivienyuwenchen/TextMining

 
 

Repository files navigation

TextMining

This is the base repo for the text mining and analysis project for Software Design at Olin College.

Project Writeup and Reflection

Required packages:

  • pip install nltk requests vaderSentiment
  • pip install stop_words
  • pip install wordcloud
    • might have to install Microsoft Visual C++ 2015, in which case there will be an error message with a link to the download page
  • pip install textblob

To run the text mining code with word frequency analysis:

  • python text_mining.py

To run the text mining code with TF-IDF:

  • python text_mining_tfidf.py

About

This is the base repo for the text mining and analysis project for Software Design, Fall 2017 at Olin College.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%