MeCab
|
DictionaryInfo structure. More...
#include <mecab.h>
Public Attributes | |
const char * | filename |
filename of dictionary On Windows, filename is stored in UTF-8 encoding More... | |
const char * | charset |
character set of the dictionary. More... | |
unsigned int | size |
How many words are registered in this dictionary. More... | |
int | type |
dictionary type this value should be MECAB_USR_DIC, MECAB_SYS_DIC, or MECAB_UNK_DIC. More... | |
unsigned int | lsize |
left attributes size More... | |
unsigned int | rsize |
right attributes size More... | |
unsigned short | version |
version of this dictionary More... | |
struct mecab_dictionary_info_t * | next |
pointer to the next dictionary info. More... | |
DictionaryInfo structure.
const char* mecab_dictionary_info_t::charset |
character set of the dictionary.
e.g., "SHIFT-JIS", "UTF-8"
const char* mecab_dictionary_info_t::filename |
filename of dictionary On Windows, filename is stored in UTF-8 encoding
unsigned int mecab_dictionary_info_t::lsize |
left attributes size
struct mecab_dictionary_info_t* mecab_dictionary_info_t::next |
pointer to the next dictionary info.
unsigned int mecab_dictionary_info_t::rsize |
right attributes size
unsigned int mecab_dictionary_info_t::size |
How many words are registered in this dictionary.
int mecab_dictionary_info_t::type |
dictionary type this value should be MECAB_USR_DIC, MECAB_SYS_DIC, or MECAB_UNK_DIC.
unsigned short mecab_dictionary_info_t::version |
version of this dictionary