Learn R Programming

fastTextR (version 1.0)

read.fasttext: Read Model

Description

Read a previously saved model from file.

Usage

read.fasttext(file)

Arguments

file

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

Value

an object inheriting from "fasttext".

Examples

Run this code
# NOT RUN {
model <- read.fasttext( "dbpedia.bin" )
# }

Run the code above in your browser using DataLab