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.


[View source]
def filename : Pointer(LibC::Char) #

Filename of the dictionary.


[View source]
def lsize : UInt32 #

Left attributes size


[View source]
def next : Pointer(Wakame::Lib::DictionaryInfoT) #

Pointer to the next dictionary info.


[View source]
def rsize : UInt32 #

Right attributes size


[View source]
def size : UInt32 #

Number of words registered in the dictionary.


[View source]
def type : Int32 #

Dictionary type

This can be either MECAB_USR_DIC, MECAB_SYS_DIC, or MECAB_UNK_DIC.


[View source]
def version : UInt16 #

Version of this dictionary.


[View source]