anaconda - 安装 spacy 在 jupyter notebook 中不起作用

标签 anaconda spacy

我在 Windows 10 系统中安装了 64 位的 Anaconda 3.x。我已经通过 pip install -U spacy

安装了 spacy

当我在 Notebook 中运行 install spacy 时,出现这样的“DLL Load”错误

enter image description here

最佳答案

您可以在 jupyter 笔记本中安装 spacy 并下载 en 为:

import sys
!{sys.executable} -m pip install spacy
!{sys.executable} -m spacy download en

关于anaconda - 安装 spacy 在 jupyter notebook 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43979042/

相关文章:

python-3.x - 为什么 spaCy 不像斯坦福 CoreNLP 那样在标记化过程中保留单词内连字符?

python - VIsual Studio 代码看不到 Numpy

python - spaCy NLP 自定义规则匹配器

Anaconda:导航器启动时发生意外错误

Python wx 导入失败使用 Anaconda 的 Mac OS X 10.9.5

python - 警告 : [W108] The rule-based lemmatizer did not find POS annotation for the token 'This'

python - 使用 spacy 提取 token 的开始和结束索引

python - spacy 通过正则表达式或模式添加特殊情况标记化规则

python - 更新 Anaconda,导入 scipy 时出现错误消息 "cannot import name ' moduleTNC'"

python - 在 CONDA 环境中独占使用 PIP 有哪些陷阱?