加载 spacy "fr_dep_news_trf" 模型时出错 "Unable to load vocabulary from file"
error "Unable to load vocabulary from file" when loading spacy "fr_dep_news_trf" model
我无法使用 spacy 加载 fr_dep_news_trf 模型。
nlp = spacy.load('fr_dep_news_trf')
它会引发“无法从文件加载词汇表”错误。
模型已通过命令安装
python -m spacy download fr_dep_news_trf
安装成功
版本信息:
spaCy 版本:3.0.6 / Python 版本 3.7.8 / 管道 fr_dep_news_trf (3.0.0)
模型下载或安装可能已损坏。卸载模型包 (pip uninstall fr_dep_news_trf
) 并尝试在不使用任何本地缓存副本的情况下再次下载它 (spacy download fr_dep_news_trf --no-cache-dir
)
我无法使用 spacy 加载 fr_dep_news_trf 模型。
nlp = spacy.load('fr_dep_news_trf')
它会引发“无法从文件加载词汇表”错误。
模型已通过命令安装
python -m spacy download fr_dep_news_trf
安装成功
版本信息: spaCy 版本:3.0.6 / Python 版本 3.7.8 / 管道 fr_dep_news_trf (3.0.0)
模型下载或安装可能已损坏。卸载模型包 (pip uninstall fr_dep_news_trf
) 并尝试在不使用任何本地缓存副本的情况下再次下载它 (spacy download fr_dep_news_trf --no-cache-dir
)