Description Usage Arguments Value Examples
View source: R/coRPysprofiling.R
Download and load pretrained word2vector models (https://github.com/maxoodf/word2vec#basic-usage)
1 | load_pretrained(dir = "inst/extdata", model_name = "cb_ns_500_10")
|
dir |
character vector for name of dir where pretrained models will be downloaded, optional (default: "inst/extdata") |
model_name |
character vector for name of pretrained model, optional (default: "cb_ns_500_10") |
word2vec model object
1 2 | coRPysprofiling::load_pretrained()
coRPysprofiling::load_pretrained(model_name = "sg_hs_500_10")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.