read_ft | R Documentation |
This function reads fastText word embeddings downloaded with get_ft(). The file(s) must be in the working directory.
read_ft(lang = c("en", "de", "fr"))
lang |
a vector of languages, e.g. c("en", "de") |
a list of word embeddings
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.