Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Created October 4, 2020 15:55
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 abhishek-shrm/e2867376fa8cdc83b4e99167a6d9a1ff to your computer and use it in GitHub Desktop.
Save abhishek-shrm/e2867376fa8cdc83b4e99167a6d9a1ff to your computer and use it in GitHub Desktop.
# Creating Spacy's Doc object
doc=textacy.make_spacy_doc(df_val['abstract'][3],lang=en)
doc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment