Skip to main content

Apply Word2Vec (Documents)

Synopsis

This operator applies a Word2Vec model on an example set.

Description

This operator applies the Word2Vec model on one attribute of the given example set. Each word in this attribute is considered to be one token. The operator adds the vector for all of them. If the word is not part of the model the word vector will have missing values.

Input

exa

The example set which should be scored

mod

The Word2Vec model.

Output

mod

The original example set with the word vectors.

mod

The passed through Word2Vec model.

Parameters

Word attribute

The attribute which should be considered for the model application.