forward accumulative log summation. This value is only available when MECAB_MARGINAL_PROB is passed.
backward accumulative log summation. This value is only available when MECAB_MARGINAL_PROB is passed.
pointer to the node which starts at the same position.
character type
best accumulative cost from bos node to this node.
pointer to the node which ends at the same position.
feature string
unique node id
set 1 if this node is best node.
left attribute id
length of the surface form.
pointer to the right path. this value is NULL if MECAB_ONE_BEST mode.
pointer to the next node.
unique part of speech id. This value is defined in "pos.def" file.
pointer to the previous node.
marginal probability. This value is only available when MECAB_MARGINAL_PROB is passed.
right attribute id
length of the surface form including white space before the morph.
pointer to the right path. this value is NULL if MECAB_ONE_BEST mode.
status of this model. This value is MECAB_NOR_NODE, MECAB_UNK_NODE, MECAB_BOS_NODE, MECAB_EOS_NODE, or MECAB_EON_NODE.
surface string. this value is not 0 terminated. You can get the length with length/rlength members.
word cost.
Node structure