Skip to the content.

Ready Made Pipeline python-spacy

After loading the Python plugin, the prepared pipeline python-spacy is available from Applications - Ready Made Applications - Python - python-spacy.

This pipeline allows to annotate a document using the SpaCy NLP software.

In order to use this pipeline, the following requirements must be met:

Installing SpaCy

Run the following command:

python -m pip install -U spacy

Install the Model for the Language

See the SpaCy documentation for this. For example to install the default English model run the following command:

python -m spacy download en_core_web_sm

Running the Pipeline

The following parameters in the can be set in the programParams runtime parameter for the ready made pipeline: