Public Attributes
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>

List of all members.

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

char* utt_res_t::cb2mllrname

The code book to regression matrix file name for this utterance

char* utt_res_t::fsgname

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

char* utt_res_t::lmname

LM file name for this utterance

char* utt_res_t::regmatname

The regression matrix file name for this utterance

char* utt_res_t::uttfile

Utterance file name


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