powered by
Construting a dictionary using a string vector with user defined vocabulary.
make_dict(dict_vacabulary_vector)
A data.table with document id and keyword,using keyword as the key.
A character vector containing the user defined professional vocabulary.
Build a user defined vocabulary for keyword extraction (keyword_extract).
keyword_extract
library(akc) library(dplyr) bibli_data_table %>% keyword_clean() %>% pull(keyword) %>% make_dict() -> dict
Run the code above in your browser using DataLab