mecab_dictionary_info_t

DictionaryInfo structure

Members

Variables

charset
const(char)* charset;

character set of the dictionary. e.g., "SHIFT-JIS", "UTF-8"

filename
const(char)* filename;

filename of dictionary On Windows, filename is stored in UTF-8 encoding

lsize
uint lsize;

left attributes size

next
mecab_dictionary_info_t* next;

pointer to the next dictionary info.

rsize
uint rsize;

right attributes size

size
uint size;

How many words are registered in this dictionary.

type
int type;

dictionary type this value should be MECAB_USR_DIC, MECAB_SYS_DIC, or MECAB_UNK_DIC.

version_
ushort version_;

version of this dictionary

Meta