Skip to content

Instantly share code, notes, and snippets.

@aniruddha27
Created June 2, 2020 10:13
Show Gist options
  • Select an option

  • Save aniruddha27/30cac6e627178d4ec947906416b06504 to your computer and use it in GitHub Desktop.

Select an option

Save aniruddha27/30cac6e627178d4ec947906416b06504 to your computer and use it in GitHub Desktop.
import spacy
from spacy import displacy
doc = nlp('I read blogs')
displacy.render(doc, style='dep',jupyter=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment