An open API service indexing awesome lists of open source software.

https://github.com/keivanipchihagh/fun-text-mining-with-simpsons

Exploratory data analysis for approximately 600 Simpsons episodes and scripts, topic modeling and text generation.
https://github.com/keivanipchihagh/fun-text-mining-with-simpsons

bag-of-words sentiment-analysis simpsons tf-idf topic-modeling word2vec wordcloud

Last synced: about 1 month ago
JSON representation

Exploratory data analysis for approximately 600 Simpsons episodes and scripts, topic modeling and text generation.

Awesome Lists containing this project

README

          

# Fun Text Mining with Simpsons
Exploratory data analysis for approximately 600 Simpsons episodes and scripts, topic modeling and text generation.

## Table of Content
- Identify most on-screen characters
- Group the most common words for each character (WordClouds)
- Vectorizing
- Bag-Of-Words
- TF-IDF
- Word-Vector (Google's Word2Vec)
- Sentiment Analysis
- Topic Modeling
- Best & worst episode

## Credits, Sources & Links
- [Kaggle Notebook](https://www.kaggle.com/ambarish/fun-in-text-mining-with-simpsons)