Exercise: Rule-Based Matchmaking
Let's test the concepts we've learned with an exercise.
Problem
You are working on a project that requires you to extract all the dates mentioned in a given text. You decide to use the spaCy Matcher
class to define ...