ft_save {fastTextR}R 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)

[Package fastTextR version 2.1.0 Index]