Spacy POS Tagger Deprecated

The node assigns part of speech to each token of the document.

Spacy POS Tagger 

The node assigns part of speech to each token of the document.

BERT Model Selector 

The node allows to select a model from TensorFlow Hub or HuggingFace.

Spacy Stop Word Filter 

The node filters out words that are identified as stop words by the provided spaCy model.

Contour Detector (deprecated) 

Detects nearly convex structures from a 'probability image'. (Deprecation: Will be replaced in future release!).

Spacy Vectorizer Deprecated

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

Spacy Tokenizer 

The node converts a string column with raw text to a KNIME Document column using the tokenizer of the provided spaCy model.

Spacy Lemmatizer Deprecated

The node converts all tokens to their root form (lemma), removing cases, plurals, conjugations, etc.

Spacy Tokenizer Deprecated

The node converts a string column with raw text to a Knime Document format, using its own tokenizer based on the selected spaCy model.

Spacy NER Deprecated

The node assigns recognized named entities in the document. Generalized spaCy NE tag set is used.