read_ft: Reading word embeddings downloaded with get_ft()

View source: R/rectr.R

read_ftR Documentation

Reading word embeddings downloaded with get_ft()

Description

This function reads fastText word embeddings downloaded with get_ft(). The file(s) must be in the working directory.

Usage

read_ft(lang = c("en", "de", "fr"))

Arguments

lang

a vector of languages, e.g. c("en", "de")

Value

a list of word embeddings


chainsawriot/rectr documentation built on July 30, 2023, 2:30 p.m.