Skip to content
Yong-Yeol Ahn edited this page Apr 7, 2019 · 1 revision

FAQ

"Creating a shortcut link for 'en' didn't work (maybe you don't have admin permissions?), ..."

  • SpaCy Github Page
  • Not using the shortcut, but use the whole name such as import en_core_web_sm, then nlp = en_core_web_sm.load()
  • Or simply call the original name to load: nlp = spacy.load('en_core_web_sm')

Clone this wiki locally