#include <HLabConfig.h>
CHLabConfig::CHLabConfig | ( | ) |
Constructor that sets the time to a given value.
timemillis | Number of milliseconds passed since Jan 1, 1970. |
CHLabConfig::~CHLabConfig | ( | ) | [virtual] |
const char* CHLabConfig::GetControlFile | ( | ) | [inline] |
const char* CHLabConfig::GetDictFile | ( | ) | [inline] |
const char* CHLabConfig::GetFeatDir | ( | ) | [inline] |
const char* CHLabConfig::GetFeatExt | ( | ) | [inline] |
int CHLabConfig::GetFeatLen | ( | ) | [inline] |
const char* CHLabConfig::GetModelDir | ( | ) | [inline] |
int CHLabConfig::GetNumStatesPerHMM | ( | ) | [inline] |
const char* CHLabConfig::GetPhoneFile | ( | ) | [inline] |
const char* CHLabConfig::GetTranscriptionFile | ( | ) | [inline] |
int32 CHLabConfig::Init | ( | void | ) |
int32 CHLabConfig::ParseCommandLine | ( | int | argc, | |
char ** | argv | |||
) |
Reimplemented in CHLabCompMVConfig, CHLabDTWRecogConfig, CHLabUnifConfig, CHLabViterbiRecogConfig, and CHLabViterbiTrainingConfig.
const char * CHLabConfig::DEFAULT_BLOCKSIZE = "200000" [static] |
int CHLabConfig::m_iFeatLen [protected] |
int CHLabConfig::m_iNumStatesPerHMM [protected] |
const char* CHLabConfig::m_pszAnalFilterBank |
const char* CHLabConfig::m_pszBufferDir [protected] |
const char* CHLabConfig::m_pszControlFile [protected] |
const char* CHLabConfig::m_pszDictFile [protected] |
const char* CHLabConfig::m_pszFeatDir [protected] |
const char* CHLabConfig::m_pszFeatExt [protected] |
const char* CHLabConfig::m_pszHistFile |
const char* CHLabConfig::m_pszInEndian |
const char* CHLabConfig::m_pszInFormat |
const char* CHLabConfig::m_pszInWaveFile |
const char* CHLabConfig::m_pszInWaveFileName |
const char* CHLabConfig::m_pszLogFileName |
const char* CHLabConfig::m_pszLSNFile [protected] |
const char* CHLabConfig::m_pszMachEndian |
const char* CHLabConfig::m_pszModelDir [protected] |
const char* CHLabConfig::m_pszOutEndian |
const char* CHLabConfig::m_pszOutFeatFile |
const char* CHLabConfig::m_pszOutFormat |
const char* CHLabConfig::m_pszPhoneFile [protected] |
const char* CHLabConfig::m_pszSynFilterBank |