ft_load {fastTextR} | R Documentation |
Load Model
Description
Load a previously saved model from file.
Usage
ft_load(file)
Arguments
file |
a character string giving the name of the file to be read in. |
Value
an object inheriting from "fasttext"
.
Examples
## Not run:
model <- ft_load("dbpedia.bin")
## End(Not run)
[Package fastTextR version 2.1.0 Index]