Learn R Programming

fastTextR (version 2.1.0)

ft_load: Load Model

Description

Load a previously saved model from file.

Usage

ft_load(file)

Value

an object inheriting from "fasttext".

Arguments

file

a character string giving the name of the file to be read in.

Examples

Run this code
if (FALSE) {
model <- ft_load("dbpedia.bin")
}

Run the code above in your browser using DataLab