save.fasttext {fastTextR}R Documentation

Save Model

Description

Save the model to a file.

Usage

save.fasttext(model, file)

Arguments

model

an object inheriting from "fasttext".

file

a character string giving the name of the file.

Examples

## Not run: 
save.fasttext(model = m, file = "data.model")

## End(Not run)

[Package fastTextR version 1.0 Index]