1. Introduction to spaCy#

In this chapter, we will begin exploring natural language processing, or NLP, and the Python library spaCy. SpaCy is a framework for performing NLP via Python. Throughout this chapter, you will learn the basics of spaCy, from the key terminology and concepts, to processing texts via spaCy.