Skip to content

Instantly share code, notes, and snippets.

@NewscatcherAPI
Last active December 15, 2021 18:29
Show Gist options
  • Save NewscatcherAPI/ec9bf40a14ed84968fa0dcab0e601b87 to your computer and use it in GitHub Desktop.
Save NewscatcherAPI/ec9bf40a14ed84968fa0dcab0e601b87 to your computer and use it in GitHub Desktop.
spaCy Matcher Blog
import spacy
nlp=spacy.load('en_core_web_sm')
matcher = Matcher(nlp.vocab)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment