#include <julius.h>
Include dependency graph for wchmm_check.c:
Go to the source code of this file.
Functions | |
static void | print_winfo_w (WORD_INFO *winfo, WORD_ID word) |
static void | print_wchmm_w (WCHMM_INFO *wchmm, WORD_ID word) |
static void | print_wchmm_s (WCHMM_INFO *wchmm, int node) |
static void | print_wchmm_s_arc (WCHMM_INFO *wchmm, int node) |
static void | print_hmminfo (char *name) |
void | wchmm_check_interactive (WCHMM_INFO *wchmm) |
void | check_wchmm (WCHMM_INFO *wchmm) |
Definition in file wchmm_check.c.
|
Display informations of a word in the dictionary.
Definition at line 53 of file wchmm_check.c. Referenced by wchmm_check_interactive(). |
|
Display the location of a word in the tree lexicon.
Definition at line 96 of file wchmm_check.c. Referenced by wchmm_check_interactive(). |
|
Display informations assigned to a node in the tree lexicon.
Definition at line 127 of file wchmm_check.c. Referenced by wchmm_check_interactive(). |
|
Display list of transition arcs from a node in the tree lexicon.
Definition at line 196 of file wchmm_check.c. Referenced by wchmm_check_interactive(). |
|
Lookup an HMM of given name, and display specs of it.
Definition at line 262 of file wchmm_check.c. Referenced by wchmm_check_interactive(). |
|
Command loop to browse and check the structure of the constructed tree lexicon on startup.
Definition at line 313 of file wchmm_check.c. Referenced by build_wchmm(), build_wchmm2(), and check_wchmm(). |
|
Check coherence of tree lexicon (for internal debug only!)
Definition at line 414 of file wchmm_check.c. Referenced by build_wchmm(), and build_wchmm2(). |