📅  最后修改于: 2022-03-11 14:46:52.959000             🧑  作者: Mango
#This will show you where the model has been installed in your system.
import spacy
model = spacy.load("en_core_web_sm")
model._path