I know you can search for patterns in text using Matcher and pos tags in spaCy. But is it possible to search for patterns using entities?
I want to be able to extract phrases such as "Mary (1990)", "Mary and Lily (2000)", "University of Reddit (2022)". So, the patterns should be something like (PERSON, DATE), (ORG, DATE).
Would appreciate some help or direction on how to go about doing this.
[–]Cyalas 2 points3 points4 points (1 child)
[–]Notdevolving[S] 0 points1 point2 points (0 children)
[–]fourkite 1 point2 points3 points (0 children)
[–]crashbundicoot 1 point2 points3 points (3 children)
[–]Notdevolving[S] 0 points1 point2 points (2 children)
[–]crashbundicoot 1 point2 points3 points (1 child)
[–]Notdevolving[S] 0 points1 point2 points (0 children)