From the course: Build Three Real-World Python Applications
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
Challenge: Analyze "Sense and Sensibility" - Python Tutorial
From the course: Build Three Real-World Python Applications
Challenge: Analyze "Sense and Sensibility"
(upbeat music) - [Instructor] It is time for another challenge. Your friend Emily is a teacher, and she is working on her lesson plan for her high school literature course. She wants to find a classic romance novel to have her students read. She seeks your help in finding a book that will be appropriate for her students while also being uplifting. In her search she finds the novel "Sense and Sensibility" as a potential option. She would like your assistance in analyzing the novel to see if it is a good fit for her students. You can use the text analysis skills you learned in this chapter to analyze the "Sense and Sensibility" novel. You'll be given a starter coding file in Codespaces that has a lot of code already added in to speed up the process, along with comments to tell you what code still needs to be added. The portions of code that need to be filled in are marked with these four percent signs. So you see we…
Contents
-
-
-
-
-
What is text analysis?2m 12s
-
(Locked)
Introducing Project Gutenberg and "Great Expectations"2m 5s
-
(Locked)
How to pull text data3m 33s
-
(Locked)
How to clean text data6m 34s
-
(Locked)
How to create a word cloud3m 39s
-
(Locked)
How to improve a word cloud3m 47s
-
(Locked)
How to analyze word frequency4m 10s
-
(Locked)
How to perform Vader sentiment analysis7m 28s
-
(Locked)
How to build a corpus and dictionary for topic modeling4m 36s
-
(Locked)
How to perform topic modeling6m 46s
-
(Locked)
Challenge: Analyze "Sense and Sensibility"2m 53s
-
(Locked)
Solution: Analyze "Sense and Sensibility"4m 55s
-
-