Using spaCy

  1. Installation
    Enter Virtual Environment and Install
    pip install -U spacy

  2. 下载和使用语言模型
    在命令行:
    python -m spacy download en

你可能感兴趣的:(Using spaCy)