MeCab
Public Attributes | List of all members
mecab_dictionary_info_t Struct Reference

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_tnext
 pointer to the next dictionary info. More...
 

Detailed Description

DictionaryInfo structure.

Member Data Documentation

◆ charset

const char* mecab_dictionary_info_t::charset

character set of the dictionary.

e.g., "SHIFT-JIS", "UTF-8"

◆ filename

const char* mecab_dictionary_info_t::filename

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

◆ lsize

unsigned int mecab_dictionary_info_t::lsize

left attributes size

◆ next

struct mecab_dictionary_info_t* mecab_dictionary_info_t::next

pointer to the next dictionary info.

◆ rsize

unsigned int mecab_dictionary_info_t::rsize

right attributes size

◆ size

unsigned int mecab_dictionary_info_t::size

How many words are registered in this dictionary.

◆ type

int mecab_dictionary_info_t::type

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

◆ version

unsigned short mecab_dictionary_info_t::version

version of this dictionary


The documentation for this struct was generated from the following file: