Dialogue Lines Of The Simpsons
Dialogues from all 27 seasons
@kaggle.pierremegret_dialogue_lines_of_the_simpsons
Dialogues from all 27 seasons
@kaggle.pierremegret_dialogue_lines_of_the_simpsons
I chose to play with the script from the Simpsons, both because I love the Simpsons and because with more than 150k lines of dialogues, the dataset was substantial!
This dataset contains the characters, locations, episode details, and script lines for approximately 600 Simpsons episodes, dating back to 1989.
Inspiration and credit for gathering the data goes to Todd Schneider:
http://toddwschneider.com/posts/the-simpsons-by-the-data/
https://github.com/toddwschneider/flim-springfield
and Bukun:
https://www.kaggle.com/ambarish/fun-in-text-mining-with-simpsons/data
CREATE TABLE simpsons_dataset (
"raw_character_text" VARCHAR,
"spoken_words" VARCHAR
);Anyone who has the link will be able to view this.