Technical requirements
We will use the following packages in this chapter: spacy
, matplotlib
, wordcloud
, and pyldavis
. To install them, use the following commands:
pip install spacy pip install matplotlib pip install wordcloud pip install pyldavis