Skip to main content

Extract Vocabulary

Synopsis

This Operator reads a model from a given bin file.

Description

Bin files can be created with the Write Word2Vec operator. Alternativly you can read models created by other software. E.g. google's original implementation. Some models for english language can be found on: https://code.google.com/archive/p/word2vec/

We recommend to use these files for big models over storing a serialized object in the server repository using a Store operator.

Input

fil

A file object holding the file with the Word2vec model.

Output

mod

The resulting Word2Vec model.

Parameters

File name

Input path.