#include <julius.h>
Include dependency graph for m_chkparam.c:
Go to the source code of this file.
Functions | |
void | checkpath (char *filename) |
static void | checkdir (char *dirname) |
void | check_specs () |
Check the user-specified parameters. | |
static int | default_width () |
Returns the pre-defined default beam width on 1st pass of beam search. | |
int | set_beam_width (WCHMM_INFO *wchmm, int specified) |
Determine beam width on the 1st pass. |
Definition in file m_chkparam.c.
|
Check if a file actually exist and is readable.
Definition at line 39 of file m_chkparam.c. Referenced by check_specs(), multigram_add_prefix_filelist(), and multigram_add_prefix_list(). |
|
Check if a directory exists and is writable.
Definition at line 60 of file m_chkparam.c. Referenced by check_specs(). |
|
Check the user-specified parameters. This functions checks whether the specified files actually exist, and also the mutual coherence of the parameters and their correspondence with used model is also checked. If a serious error is found, it produces error and exits. Definition at line 87 of file m_chkparam.c. Referenced by main(). |
|
Returns the pre-defined default beam width on 1st pass of beam search. The default beam width will be selected from the pre-defined values according to the compilation-time engine setting and the type of acoustic model. The pre-defined values were determined from the development experiments on IPA evaluation testset of Japanese 20k-word dictation task.
Definition at line 218 of file m_chkparam.c. Referenced by set_beam_width(). |
|
Determine beam width on the 1st pass.
Definition at line 283 of file m_chkparam.c. Referenced by final_fusion(), and multigram_setup(). |