make_dict | R Documentation |
Construting a dictionary using a string vector with user defined vocabulary.
make_dict(dict_vacabulary_vector)
dict_vacabulary_vector |
A character vector containing the user defined professional vocabulary. |
Build a user defined vocabulary for keyword extraction (keyword_extract
).
A data.table with document id and keyword,using keyword as the key.
keyword_extract
library(akc) library(dplyr) bibli_data_table %>% keyword_clean() %>% pull(keyword) %>% make_dict() -> dict
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.