MeCab
|
Path structure. More...
#include <mecab.h>
Public Attributes | |
struct mecab_node_t * | rnode |
pointer to the right node | |
struct mecab_path_t * | rnext |
pointer to the next right path | |
struct mecab_node_t * | lnode |
pointer to the left node | |
struct mecab_path_t * | lnext |
pointer to the next left path | |
int | cost |
local cost | |
float | prob |
marginal probability |
Path structure.
local cost
struct mecab_path_t* mecab_path_t::lnext |
pointer to the next left path
struct mecab_node_t* mecab_path_t::lnode |
pointer to the left node
float mecab_path_t::prob |
marginal probability
struct mecab_path_t* mecab_path_t::rnext |
pointer to the next right path
struct mecab_node_t* mecab_path_t::rnode |
pointer to the right node