SpaCy
spaCy is a Python package that provides industrial-strength natural language processing.
Installation¶
Latest available wheels¶
To see the latest version of spaCy that we have built:
For more information on listing wheels, see listing available wheels.
Pre-build¶
The preferred option is to install it using the Python wheel that we compile, as follows:
- Load the
python/3.6module. - Create and activate a virtual environment.
-
Install
spaCyin the virtual environment usingpip install. For both GPU and CPU support:If you only need CPU support:
GPU Version
At the present time, in order to use the GPU version you need to add the CUDA libraries to LD_LIBRARY_PATH:
If you want to use the Pytorch wrapper with thinc, you'll also need to install the torch_cpu or torch_gpu wheel.