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
).