#include <stdio.h>
#include <s3types.h>
#include <cmd_ln.h>
#include <fe.h>
#include "kbcore.h"
#include "ascr.h"
#include "fast_algo_struct.h"
#include "stat.h"
#include "adaptor.h"
Go to the source code of this file.
Classes | |
| struct | kb_t |
Functions | |
| S3DECODER_EXPORT void | kb_init (kb_t *kb, cmd_ln_t *config) |
| S3DECODER_EXPORT void | kb_free (kb_t *kb) |
| S3DECODER_EXPORT void | kb_setmllr (const char *mllrname, const char *cb2mllrname, kb_t *kb) |
| S3DECODER_EXPORT void | kb_set_uttid (const char *uttid, const char *uttfile, kb_t *kb) |
|
|
Deallocate the kb structure |
|
||||||||||||
|
Initialize the kb
|
|
||||||||||||||||
|
Set Utterance ID to uttid
|
|
||||||||||||||||
|
Set MLLR
|
1.3.9.1