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.