ft_save {fastTextR} | R Documentation |
Write a previously saved model from file.
ft_save(model, file, what = c("model", "vectors", "output"))
model |
an object inheriting from |
file |
a character string giving the name of the file. |
what |
a character string giving what should be saved. |
## Not run:
ft_save(model, "my_model.bin", what = "model")
## End(Not run)