Description Usage Arguments Examples
Load and return a pointer to an existing model which will be used in other functions of this package.
1 | load_model(path)
|
path |
path to the existing model |
1 2 3 | library(fastrtext)
model_test_path <- system.file("extdata", "model_classification_test.bin", package = "fastrtext")
model <- load_model(model_test_path)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.