Technical requirements
In this chapter, we have used some external Python libraries besides spaCy for code visualization purposes. If you want to generate word vector visualizations in this chapter, you will need the following:
- NumPy
- scikit-learn
- Matplotlib
You can find this chapter's code in this book's GitHub repository: https://github.com/PacktPublishing/Mastering-spaCy/tree/main/Chapter05.