mecab_path_t

Path structure

Members

Variables

cost
int cost;

local cost

lnext
mecab_path_t* lnext;

pointer to the next left path

lnode
mecab_node_t* lnode;

pointer to the left node

prob
float prob;

marginal probability

rnext
mecab_path_t* rnext;

pointer to the next right path

rnode
mecab_node_t* rnode;

pointer to the right node

Meta