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 |
A structure to store utterance-based resource Assume that most resource are string pointers, the string itself is pre-allocated somewhere.
| 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
1.7.6.1