SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
SprCwrWordHist Struct Reference
+ Collaboration diagram for SprCwrWordHist:

Data Fields

int usage_cnt
 nr. of tokens that are reflecting to the data block More...
 
int word_id
 identification of the word More...
 
int class_id
 word class (needed for multiple classes per word) More...
 
int end_time
 end_time (frame_nr) for the word More...
 
double score
 cumulative score More...
 
float lm_score
 part of the score based on the lm More...
 
SprCwrNodeSeqnode_seq
 
SprCwrWlatNodewlat_link
 link to the word lattice More...
 
struct spr_t_cwr_word_hist * prev
 the predecessor word (one and one only) More...
 
struct spr_t_cwr_word_hist * next
 start point into the list of successor words More...
 
struct spr_t_cwr_word_hist * list_next
 next element in the list of successor words More...
 
struct spr_t_cwr_word_hist * list_prev
 previous element in the list of successor words More...
 
const SprCwrLmcHashEllmc_hash
 word history used for recombination More...
 

Detailed Description

the recognition backtracking info (word history for each hypothesis)

Field Documentation

int SprCwrWordHist::usage_cnt

nr. of tokens that are reflecting to the data block

int SprCwrWordHist::word_id

identification of the word

int SprCwrWordHist::class_id

word class (needed for multiple classes per word)

int SprCwrWordHist::end_time

end_time (frame_nr) for the word

double SprCwrWordHist::score

cumulative score

float SprCwrWordHist::lm_score

part of the score based on the lm

SprCwrNodeSeq* SprCwrWordHist::node_seq

a description of the nodes as recognized during the beam-search

SprCwrWlatNode* SprCwrWordHist::wlat_link

link to the word lattice

struct spr_t_cwr_word_hist* SprCwrWordHist::prev

the predecessor word (one and one only)

struct spr_t_cwr_word_hist* SprCwrWordHist::next

start point into the list of successor words

struct spr_t_cwr_word_hist* SprCwrWordHist::list_next

next element in the list of successor words

struct spr_t_cwr_word_hist* SprCwrWordHist::list_prev

previous element in the list of successor words

const SprCwrLmcHashEl* SprCwrWordHist::lmc_hash

word history used for recombination