Spacy Vectorizer

Maps String or Document data to a numerical vector (list of doubles) according to the embedder provided by the spaCy model. This can be useful for applying more general machine learning algorithm or to visualize the data.

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 newly appended column, containing the vector.

Python

Python
Select one of Python execution environment options:
  • use default Python environment for the Redfield NLP nodes
  • use Conda environment specified by a Conda flow variable (only selectable if such a flow variable is available)

Input Ports

Icon
The Spacy model
Icon
The input table

Output Ports

Icon
The Spacy model
Icon
The output table containing the embeddings

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.