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