Skip to content

Instantly share code, notes, and snippets.

@richashworth
Last active September 9, 2021 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richashworth/e065c79f60add970cbb7237c8e783f1a to your computer and use it in GitHub Desktop.
Save richashworth/e065c79f60add970cbb7237c8e783f1a to your computer and use it in GitHub Desktop.
NER example
text = "We can speak to the UK's own Greta Thunberg, because Amy Bray is a climate change activist from Cumbria, who is getting great acclaim for saying young people should be very worried about their future."
spacy.displacy.render(nlp(text), style="ent", jupyter=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment