Import a previously trained word2cluster model.

as_word2clusters(file)

Arguments

file

Path to model file.

Examples

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