Created
August 24, 2020 21:39
-
-
Save sevperez/ae3dfc1aad1ab62b9d469f1548b313e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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