Extract Vocabulary
Synopsis
This Operator writes a RapidMiner Word2Vec model into a bin file.
Description
This operator can be used to write a RapidMiner Word2Vec model into a file on your local drive. The file format is equivalent to the one used by Google. You can use the written model in other environments (gensim etc.) as well.
We recommend to use these files for big models over storing a serialized object in the server repository using a Store operator.
Input
mod
The Word2Vec model which should be written to file
Output
mod
The passed through Word2Vec model.
fil
The file object of the written file.
Parameters
File name
Output path.