#include <mecab.h>
Public Attributes | |
struct mecab_node_t * | prev |
struct mecab_node_t * | next |
struct mecab_node_t * | enext |
struct mecab_node_t * | bnext |
struct mecab_path_t * | rpath |
struct mecab_path_t * | lpath |
struct mecab_node_t ** | begin_node_list |
struct mecab_node_t ** | end_node_list |
const char * | surface |
const char * | feature |
unsigned int | id |
unsigned short | length |
unsigned short | rlength |
unsigned short | rcAttr |
unsigned short | lcAttr |
unsigned short | posid |
unsigned char | char_type |
unsigned char | stat |
unsigned char | isbest |
unsigned int | sentence_length |
float | alpha |
float | beta |
float | prob |
short | wcost |
long | cost |
struct mecab_token_t * | token |
struct mecab_node_t* mecab_node_t::prev [read] |
struct mecab_node_t* mecab_node_t::next [read] |
struct mecab_node_t* mecab_node_t::enext [read] |
struct mecab_node_t* mecab_node_t::bnext [read] |
struct mecab_path_t* mecab_node_t::rpath [read] |
struct mecab_path_t* mecab_node_t::lpath [read] |
struct mecab_node_t** mecab_node_t::begin_node_list [read] |
struct mecab_node_t** mecab_node_t::end_node_list [read] |
const char* mecab_node_t::surface |
const char* mecab_node_t::feature |
unsigned int mecab_node_t::id |
unsigned short mecab_node_t::length |
unsigned short mecab_node_t::rlength |
unsigned short mecab_node_t::rcAttr |
unsigned short mecab_node_t::lcAttr |
unsigned short mecab_node_t::posid |
unsigned char mecab_node_t::char_type |
unsigned char mecab_node_t::stat |
unsigned char mecab_node_t::isbest |
unsigned int mecab_node_t::sentence_length |
float mecab_node_t::alpha |
float mecab_node_t::beta |
float mecab_node_t::prob |
short mecab_node_t::wcost |
long mecab_node_t::cost |
struct mecab_token_t* mecab_node_t::token [read] |