Description Usage Arguments Value Examples
Get a character containing each word seen during training.
1 | get_dictionary(model)
|
model |
trained |
character containing each word
1 2 3 4 | library(fastrtext)
model_test_path <- system.file("extdata", "model_classification_test.bin", package = "fastrtext")
model <- load_model(model_test_path)
print(head(get_dictionary(model), 5))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.