fsg_search.h File Reference
#include <stdio.h>
#include <cmd_ln.h>
#include <logmath.h>
#include <s3types.h>
#include <glist.h>
#include <word_fsg.h>
#include <fsg_lextree.h>
#include <fsg_history.h>
#include <ascr.h>
#include <search.h>
#include <dict.h>
#include <mdef.h>
#include <tmat.h>
#include <hmm.h>
Go to the source code of this file.
Define Documentation
#define fsg_search_frame |
( |
s |
|
) |
((s)->frame) |
Typedef Documentation
Function Documentation
int fsg_search_del_fsg_byname |
( |
fsg_search_t * |
, |
|
|
char * |
name | |
|
) |
| | |
Release all memory associated with the search module.
void fsg_search_history_backtrace |
( |
fsg_search_t * |
search, |
|
|
int |
check_fsg_final_state | |
|
) |
| | |
int32 fsg_search_set_final_state |
( |
fsg_search_t * |
, |
|
|
int32 |
state | |
|
) |
| | |
int32 fsg_search_set_start_state |
( |
fsg_search_t * |
, |
|
|
int32 |
state | |
|
) |
| | |