read.fasttext {fastTextR} | R Documentation |
Read a previously saved model from file.
read.fasttext(file)
file |
a character string giving the name of the file to be read in. |
an object inheriting from "fasttext"
.
## Not run: model <- read.fasttext( "dbpedia.bin" ) ## End(Not run)