struct Wakame::Lib::DictionaryInfoT
- Wakame::Lib::DictionaryInfoT
- Struct
- Value
- Object
Defined in:
wakame/lib/struct.crInstance Method Summary
-
#charset : Pointer(LibC::Char)
Character set of the dictionary.
-
#filename : Pointer(LibC::Char)
Filename of the dictionary.
-
#lsize : UInt32
Left attributes size
-
#next : Pointer(Wakame::Lib::DictionaryInfoT)
Pointer to the next dictionary info.
-
#rsize : UInt32
Right attributes size
-
#size : UInt32
Number of words registered in the dictionary.
-
#type : Int32
Dictionary type
-
#version : UInt16
Version of this dictionary.
Instance Method Detail
def type : Int32
#
Dictionary type
This can be either MECAB_USR_DIC, MECAB_SYS_DIC, or MECAB_UNK_DIC.