Returns metadata reported by MeCab for the active system and user
dictionaries. This is useful for diagnosing which dictionary a package or
R session is actually using.
Usage
dictionary_info(sys_dic = "", user_dic = "")
Value
A data frame with one row per loaded dictionary and columns
filename, charset, type, size, left_size,
right_size, and version.
Arguments
sys_dic
Character scalar. System dictionary directory. When empty,
the mecabSysDic option and then MeCab's default are used.
user_dic
Character scalar. Optional compiled user dictionary.