Word Vector Model Reader

This Node Is Deprecated — This node is kept for backwards-compatibility, but the usage in new workflows is no longer recommended. The documentation below might contain more information.

Node to read word vector models of different formats:

  • KNIME - Models previously saved by the Word Vector Writer Node.
  • Text - Models in standard text format (file ending may be .txt or .csv). Each row contains the word in the first column and the vector in the following columns with the following properties:
    Column separator: single whitespace (multiple whitespace, tab and comma are not supported)
    Decimal separator: dot
  • Binary - Compressed or uncompressed binary model like the well known Google News Vectors model (file ending should be .bin.gz).
Note that for external model formats (Text or Binary) only Word2Vec models are supported. Some compatible pretrained Word2Vec models are the following:
  • Google News Vectors
    Note: Very large model, may take some time to read.
  • GloVe
    Note: These models are in text format and need to be extracted first.

Options

Selected File
The file path or URL (supports 'knime://', 'file://', 'http://' and 'https://' protocols) to the WordVector model.

Input Ports

This node has no input ports

Output Ports

Icon
The loaded model.

Views

This node has no views

Workflows

  • No workflows found

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.