# spacy 自然语言处理 (NLP) 和文本处理的开源库 ## Usage ``` python -m venv .env source .env/bin/activate pip install -U pip setuptools wheel pip install spacy ```