Spacy Vectorizer

This Node Is Deprecated — This version of the node has been replaced with a new and improved version. The old version is kept for backwards-compatibility, but for all new workflows we suggest to use the version linked below.
Go to Suggested ReplacementSpacy Vectorizer

The node converts String or Document data to the vectors (list of doubles) according to the embedder provided by the selected Spacy model.

Options

Select column
Select a String or Document column that will be converted to vector.
Replace column
If checked, the selected column will be replaced by the vector column. Otherwise the vector will be appended as a new column.
Append column
The name of the new appended column, containing the vector.

Model

spaCy model
Pick one of the official spaCy models, or refer to a custom model stored in the filesystem. In the latter case refer to a folder with meta.json and config files.

Python

Python
Select one of Python execution environment options:
  • use default Python environment for the Redfield NLP nodes
  • use Conda environment

Input Ports

Icon
The input table

Output Ports

Icon
The output table

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.