The node allows to select and load a spaCy model. It's possible to either select one of the official spaCy models or loading a model from file. Once the node is executed, the model is part of the workflow in order to allow for easy sharing of workflows. However, any model that is downloaded is also cached in the location specified in the Redfield NLP Nodes preference page to avoid downloading the same model more than once.
The official spaCy models follow a naming scheme that splits the name into multiple components separated by '_'.
en
). Multi-language models use the code xx
.core
is for general-purpose pipelines that support tagging, parsing, lemmatization and named entity recognition,
while the type dep
only supports tagging, parsing and lemmatization.sm
means small, md
medium and lg
large.
Besides the previously sizes there are also trf.sm
and trf
for transformer based models which tend to be large in general because they contain an entire deep learning model.Allows to read a model from a file system.
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.
To use this node in KNIME, install the extension Redfield NLP Nodes from the below update site following our NodePit Product and Node Installation Guide:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!Do you have feedback, questions, comments about NodePit, want to support this platform, or want your own nodes or workflows listed here as well? Do you think, the search results could be improved or something is missing? Then please get in touch! Alternatively, you can send us an email to mail@nodepit.com.
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.