Public Attributes | List of all members
utt_res_t Struct Reference

A structure to store utterance-based resource Assume that most resource are string pointers, the string itself is pre-allocated somewhere. More...

#include <corpus.h>

Public Attributes

char * uttfile
 
char * lmname
 
char * fsgname
 
char * regmatname
 
char * cb2mllrname
 

Detailed Description

A structure to store utterance-based resource Assume that most resource are string pointers, the string itself is pre-allocated somewhere.

Member Data Documentation

◆ cb2mllrname

char* utt_res_t::cb2mllrname

The code book to regression matrix file name for this utterance

◆ fsgname

char* utt_res_t::fsgname

FSG file name for this utterance. For one utterance, one could only use either LM or fsg

◆ lmname

char* utt_res_t::lmname

LM file name for this utterance

◆ regmatname

char* utt_res_t::regmatname

The regression matrix file name for this utterance

◆ uttfile

char* utt_res_t::uttfile

Utterance file name


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