struct Wakame::Lib::DictionaryInfoT

Defined in:

wakame/lib/struct.cr

Instance Method Summary

Instance Method Detail

def charset : Pointer(LibC::Char) #

Character set of the dictionary.


def filename : Pointer(LibC::Char) #

Filename of the dictionary.


def lsize : UInt32 #

Left attributes size


def next : Pointer(Wakame::Lib::DictionaryInfoT) #

Pointer to the next dictionary info.


def rsize : UInt32 #

Right attributes size


def size : UInt32 #

Number of words registered in the dictionary.


def type : Int32 #

Dictionary type

This can be either MECAB_USR_DIC, MECAB_SYS_DIC, or MECAB_UNK_DIC.


def version : UInt16 #

Version of this dictionary.