Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
# 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