{{category python}} !!! spaCy https://spacy.io/ !インストール *Windows のコンソールで pip install spacy *Pythonのシェルで import spacy *Windowsのシェルで管理者として実行(右ボタン) python -m spacy download en *それか、スクリプトの先頭に書いておく {{pre import spacy nlp = spacy.load('en_core_web_sm') 以下スクリプト }} !Anaconda NavigatorのEnvironmentsで追加できないときは、 https://github.com/conda/conda/issues/9423 *PowerShellで、 conda install -c conda-forge spacy conda install -c conda-forge spacy-model-en_core_web_sm https://anaconda.org/conda-forge/spacy !!References https://githubja.com/explosion/spacy https://ishitonton.hatenablog.com/entry/2018/11/24/004748 https://spacy.io/usage/spacy-101