save.fasttext {fastTextR} | R Documentation |
Save the model to a file.
save.fasttext(model, file)
model |
an object inheriting from |
file |
a character string giving the name of the file. |
## Not run: save.fasttext(model = m, file = "data.model") ## End(Not run)