Spacy NLP Library问题与依赖解析

时间:2017-02-10 13:55:45

标签: python pycharm spacy

操作系统 Ubuntu

IDE PyCharm

来自官方网站的指示

  
    

pip install -U spacy

         

python -m spacy.en.download all

  

以下代码片段:

doc2 = nlp(u"this is spacy sentence tokenize test. this is second sent! is this the third sent? final test.")

for sent in doc2.sents:
    print (sent)

我仍然收到错误。

enter image description here

enter image description here

重新安装后

enter image description here

然后我安装了实际上非常大的包。我已经做了两次。

PyCharm 是一个问题吗? IDE很棒,但不会回去!

1 个答案:

答案 0 :(得分:0)

以下代码解决了问题

sudo python3 -m spacy.en.download all