📜  spacy 模型存储在哪里 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:52.959000             🧑  作者: Mango

代码示例1
#This will show you where the model has been installed in your system.

import spacy
model = spacy.load("en_core_web_sm")
model._path