In the previous part, we discussed how you can take advantage of spaCy’s rule-based matcher engines, using both pattern rules and documents. In this part, you’ll see some examples of the former, based on using linguistic features, such as syntactic dependency labels and simple and extended part of speech tags. Determining Manually a Sequence of Words Satisfying a Pattern Rule…