Skip to content
Discussion options

You must be logged in to vote

spacy can provide the general-purpose building blocks here (finding keywords with the Matcher or PhraseMatcher, finding sentences with sentencizer or senter or parser), but it doesn't come with any specific methods like this. You'd need to implement your own method for the specific relevancy measure that you need.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bounaux
Comment options

Answer selected by adrianeboyd
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