word2vec {NLP} R Documentation

word2vec embedding

Description

Usage

word2vec(text,
    method = Skip_Gram,
    freq = 3,
    win.size = 5);

Arguments

text

a vector of the character string data or a collection of the text Paragraph data.

env

[as Environment]

Details

Authors

MLkit

Value

this function returns data object of type VectorModel.

clr value class

Examples


[Package NLP version 1.0.0.0 Index]