Course Content
Identifying the Most Frequent Words in Text
Identifying the Most Frequent Words in Text
Data Visualization
Now that we've covered the key features of the nltk
package, let's move on to visualizing our data. We'll begin by calculating word frequencies and then displaying these frequencies using a bar plot.
Task
Swipe to show code editor
- Calculate the frequency distribution of the tokenized words from your text.
- Find the top 30 most common words in this distribution.
Mark tasks as Completed
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 10