-1

OS : Ubuntu

IDEPyCharm

公式サイトの指示に従った

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 は素晴らしいですが、後戻りはできません!

4

1 に答える 1