powered by
Internal function to tokenize dictionary values
tokenize_dictionary_values(dict, separator, ...)
list of object
dict <- dictionary(list(ASIA = list("IN" = "\u5370\u5ea6", "ID" = "\u5370\u5ea6\u5c3c\u897f\u4e9a"))) quanteda:::tokenize_dictionary_values(dict, " ")
Run the code above in your browser using DataLab