ft_save: Write Model

View source: R/fasttext.R

ft_saveR Documentation

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

## Not run: 
ft_save(model, "my_model.bin", what = "model")

## End(Not run)

fastTextR documentation built on Oct. 31, 2022, 9:06 a.m.