Word Vector Model Writer

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.

This node saves a word vector model to the specified location, which can be later read by the corresponding reader node. The written file is a .zip file with the following content:

  • 'word_vector_trainings_mode' - Text file containing the type of word vector model which was written
  • 'word_vectors' - File containing the word vector model in DL4J format.

Options

Selected File
Enter a valid file name or URL. You can also choose a previously selected location from the drop-down list, or select a local file from the "Browse..." dialog.
Overwrite existing file?
If unchecked, the node refuses to execute when the output file exists (prevent unintentional overwrite).

Input Ports

Icon
The model which will be saved to the specified location.

Output Ports

This node has no output ports

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.