ft_load: Load Model

View source: R/fasttext.R

ft_loadR 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)

fastTextR documentation built on June 22, 2024, 7:16 p.m.