4180 Forks
26575 Stars
26575 Watchers

spaCy

💫 Industrial-strength Natural Language Processing (NLP) in Python

How to download and setup spaCy

Open terminal and run command
git clone https://github.com/explosion/spaCy.git
git clone is used to create a copy or clone of spaCy repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with spaCy https://github.com/explosion/spaCy/archive/master.zip

Or simply clone spaCy with SSH
[email protected]:explosion/spaCy.git

If you have some problems with spaCy

You may open issue on spaCy support forum (system) here: https://github.com/explosion/spaCy/issues