MeCab
Public Attributes | List of all members
mecab_path_t Struct Reference

Path structure. More...

#include <mecab.h>

Public Attributes

struct mecab_node_trnode
 pointer to the right node More...
 
struct mecab_path_trnext
 pointer to the next right path More...
 
struct mecab_node_tlnode
 pointer to the left node More...
 
struct mecab_path_tlnext
 pointer to the next left path More...
 
int cost
 local cost More...
 
float prob
 marginal probability More...
 

Detailed Description

Path structure.

Member Data Documentation

◆ cost

int mecab_path_t::cost

local cost

◆ lnext

struct mecab_path_t* mecab_path_t::lnext

pointer to the next left path

◆ lnode

struct mecab_node_t* mecab_path_t::lnode

pointer to the left node

◆ prob

float mecab_path_t::prob

marginal probability

◆ rnext

struct mecab_path_t* mecab_path_t::rnext

pointer to the next right path

◆ rnode

struct mecab_node_t* mecab_path_t::rnode

pointer to the right node


The documentation for this struct was generated from the following file: