2. Rules-Based spaCy#

In this chapter, we will build upon our previous knowledge of spaCy by exploring some of its rules-based pipes, specifically the EntityRuler, Matcher, PhraseMatcher, and custom RegEx-based pipes. By the end of this chapter, you will understand how to apply each of these standard spaCy pipes to specific problems.