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