Public Attributes | List of all members
ca_dagnode_type Struct Reference

#include <confidence.h>

Public Attributes

char word [64]
 
int wid
 
int seqid
 
int sf
 
int fef
 
int lef
 
int reachable
 
int visited
 
int fanin
 
int fanout
 
int hscore
 
int pscore
 
int lscore
 
int cscore
 
struct ca_daglink_typesucclist
 
struct ca_daglink_typepredlist
 
struct ca_dagnode_typealloc_next
 

Detailed Description

structure specific for node of DAG for confidence annotation.

Member Data Documentation

◆ alloc_next

struct ca_dagnode_type* ca_dagnode_type::alloc_next

◆ cscore

int ca_dagnode_type::cscore

The confidence score

◆ fanin

int ca_dagnode_type::fanin

The# Fan-in

◆ fanout

int ca_dagnode_type::fanout

The# Fan-out

◆ fef

int ca_dagnode_type::fef

First end frame

◆ hscore

int ca_dagnode_type::hscore

The heuristic score

◆ lef

int ca_dagnode_type::lef

Last end frame

◆ lscore

int ca_dagnode_type::lscore

The language score

◆ predlist

struct ca_daglink_type* ca_dagnode_type::predlist

◆ pscore

int ca_dagnode_type::pscore

◆ reachable

int ca_dagnode_type::reachable

Whether the node is reachable

◆ seqid

int ca_dagnode_type::seqid

The sequence ID

◆ sf

int ca_dagnode_type::sf

Start frame

◆ succlist

struct ca_daglink_type* ca_dagnode_type::succlist

◆ visited

int ca_dagnode_type::visited

Whether it is visited already

◆ wid

int ca_dagnode_type::wid

The dictionary word ID

◆ word

char ca_dagnode_type::word[64]

The word string


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