Overview: Linguistic Features

Let's take a look at what we will learn in this section.

This chapter is a deep dive into the full power of spaCy. We will discover the linguistic features, including spaCy's most commonly used features, such as the part-of-speech (POS) tagger, the dependency parser, the named entity recognizer, and merging/splitting features.

First, we'll learn the POS tag concept, how the spaCy POS tagger functions, and how to place POS tags into your natural language understanding (NLU) applications. Next, we'll learn a structured way to represent the sentence syntax through the dependency parser. We'll learn about the dependency labels of spaCy and how to interpret the spaCy dependency labeler results with revealing examples. Then, we'll learn a very important NLU concept that lies at the heart of many natural language processing (NLP) applications—named entity recognition (NER). We'll go over examples of how to extract information from the text using NER. Finally, we'll learn how to merge/split the entities you extracted.

Get hands-on with 1200+ tech skills courses.