Skip to content

Instantly share code, notes, and snippets.

@sevperez
Created August 24, 2020 21:39
Show Gist options
  • Save sevperez/ae3dfc1aad1ab62b9d469f1548b313e6 to your computer and use it in GitHub Desktop.
Save sevperez/ae3dfc1aad1ab62b9d469f1548b313e6 to your computer and use it in GitHub Desktop.
# load libraries
import stanza
import pandas as pd
# Download English language model and initialize the NLP pipeline.
stanza.download('en')
nlp = stanza.Pipeline('en')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment