Learn R Programming

fastTextR (version 1.0)

save.fasttext: 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

Run this code
# NOT RUN {
save.fasttext(model = m, file = "data.model")
# }

Run the code above in your browser using DataLab