自然语言处理 (NLP) 和文本处理的开源库 https://github.com/explosion/spaCy

天问 a9d4e8898a Update 'README.md' 1 year ago
README.md a9d4e8898a Update 'README.md' 1 year ago

README.md

spacy

自然语言处理 (NLP) 和文本处理的开源库

Usage

python -m venv .env
source .env/bin/activate
pip install -U pip setuptools wheel
pip install spacy