main_align.c File Reference
Main driver routine for time alignment.
More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <s3types.h>
#include "info.h"
#include "unlimit.h"
#include "logs3.h"
#include "tmat.h"
#include "mdef.h"
#include "dict.h"
#include "agc.h"
#include "cmn.h"
#include "bio.h"
#include "feat.h"
#include "cmd_ln.h"
#include "s3_align.h"
#include "adaptor.h"
#include "approx_cont_mgau.h"
#include "cont_mgau.h"
#include "s2_semi_mgau.h"
#include "ms_mgau.h"
#include "ms_mllr.h"
#include "ms_gauden.h"
#include "ms_senone.h"
#include "interp.h"
#include "cb2mllr_io.h"
#include "cmdln_macro.h"
#include "corpus.h"
#include "kbcore.h"
Detailed Description
Main driver routine for time alignment.
Define Documentation
#define UPPER_CASE |
( |
c |
|
) |
((((c) >= 'a') && ((c) <= 'z')) ? (c-32) : c) |
Enumeration Type Documentation
- Enumerator:
tmr_utt |
|
tmr_gauden |
|
tmr_senone |
|
tmr_align |
|
Function Documentation
int main |
( |
int32 |
argc, |
|
|
char * |
argv[] | |
|
) |
| | |
References adapt_set_mllr(), align_free(), align_init(), ctl_process(), kbcore_fcb, kbcore_t::logmath, kbcore_t::mdef, kbcore_t::mgau, model_set_mllr(), kbcore_t::ms_mgau, S3_MAX_FRAMES, timers, kbcore_t::tmat, tmr_align, tmr_gauden, tmr_senone, and tmr_utt.
Variable Documentation