March 2021
Beginner to intermediate
284 pages
5h
English
In this chapter, we will create different types of visualizations. We will visualize the dependency parse, which will show the grammatical relations between words in a sentence. Then, we will visualize different types of verbs in a text using a bar graph. After that, we will look at visualizing named entities in a text. Next, we will create word clouds from a corpus of text, and finally, we will visualize topics created with Latent Dirichlet Allocation (LDA) model.
These are the recipes you will find in this chapter:
We will use the following packages in this chapter: ...
Read now
Unlock full access