OS : Ubuntu
IDE:PyCharm
公式サイトの指示に従った
pip install -U スペーシー
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)
それでもエラーが発生します。
再インストール後
そして、実際には非常に大きなパッケージをインストールします。すでに2回実行しました。
PyCharmの問題ですか? IDE は素晴らしいですが、後戻りはできません!