Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


fastTextR (version 2.1.0)

ft_save: Write Model

Description

Write a previously saved model from file.

Usage

ft_save(model, file, what = c("model", "vectors", "output"))

Arguments

model

an object inheriting from 'fasttext'.

file

a character string giving the name of the file.

what

a character string giving what should be saved.

Examples

Run this code
if (FALSE) {
ft_save(model, "my_model.bin", what = "model")
}

Run the code above in your browser using DataLab