read.fasttext {fastTextR}R Documentation

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

## Not run: 
model <- read.fasttext( "dbpedia.bin" )

## End(Not run)

[Package fastTextR version 1.0 Index]