Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Last active October 4, 2020 15:48
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/c28fb4956800e4a8452b86bfb4b5a58e to your computer and use it in GitHub Desktop.
Save abhishek-shrm/c28fb4956800e4a8452b86bfb4b5a58e to your computer and use it in GitHub Desktop.
# Importing textaCy
import textacy
# Importing for keyword extraction(mandatory)
import textacy.ke
# Loading spacy model
en = textacy.load_spacy_lang("en_core_web_sm")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment