Import a previously trained word2vec model.

as_word2vec(file)

Arguments

file

Path to model file.

Examples

# NOT RUN {
model_path <- as_word2vec("path/to/file.txt")
# }