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

struct ca_dagnode_type* ca_dagnode_type::alloc_next
int ca_dagnode_type::cscore

The confidence score

int ca_dagnode_type::fanin

The# Fan-in

int ca_dagnode_type::fanout

The# Fan-out

int ca_dagnode_type::fef

First end frame

int ca_dagnode_type::hscore

The heuristic score

int ca_dagnode_type::lef

Last end frame

int ca_dagnode_type::lscore

The language score

struct ca_daglink_type* ca_dagnode_type::predlist
int ca_dagnode_type::pscore
int ca_dagnode_type::reachable

Whether the node is reachable

int ca_dagnode_type::seqid

The sequence ID

int ca_dagnode_type::sf

Start frame

struct ca_daglink_type* ca_dagnode_type::succlist
int ca_dagnode_type::visited

Whether it is visited already

int ca_dagnode_type::wid

The dictionary word ID

char ca_dagnode_type::word[64]

The word string


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