Part 2: Advanced Linguistic and Semantic Analysis
Building on the fundamentals, this section explores advanced techniques for analyzing and extracting information from text using spaCy’s linguistic and rule-based tools. You'll learn how to perform sophisticated parsing and matching and even develop your own custom components to handle complex tasks.
This part has the following chapters:
- Chapter 3, Extracting Linguistic Features
- Chapter 4, Mastering Rule-Based Matching
- Chapter 5, Extracting Semantic Representations with spaCy Pipelines
- Chapter 6, Utilizing spaCy with Transformers