Skip to content
Discussion options

You must be logged in to vote

If you have a model with a trained parser, you can navigate the dependency tree looking for any type of patterns you want.

Additionally, spaCy 3 features a new DependencyMatcher that allows you to match patterns within the dependency parse. There is currently a pre-release of spaCy v3 available as spacy-nightly, you can find more information here: https://explosion.ai/blog/spacy-v3-nightly.

If you end up playing with the DependencyMatcher, we'd love to hear your feedback!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
usage General spaCy usage
2 participants