get_ft | R Documentation |
This function downloads fastText word embeddings from the internet, trims the embeddings and saves as an R serialized object.
get_ft(lang = "en", topwords = 2e+05)
lang |
character, which language of fastText word embeddings to download, e.g. "en" |
topwords |
integer, trim the word embeddings based on the most frequent words, default to top 200000 words |
Nothing, a file is saved.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.