ft_load | R Documentation |
Load a previously saved model from file.
ft_load(file)
file |
a character string giving the name of the file to be read in. |
an object inheriting from "fasttext"
.
## Not run:
model <- ft_load("dbpedia.bin")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.