Filler penalties, penalties for words that do not show up in the main LM.
Operations on dictionary.
struct astar_s astar_t
Definition: astar.h:63
Size definition of semantically units. Common for both s3 and s3.X decoder.
S3DECODER_EXPORT glist_t astar_next_hyp(astar_t *astar)
S3DECODER_EXPORT void astar_free(astar_t *astar)
#define S3DECODER_EXPORT
Definition: sphinx3_export.h:15
a structure for a dictionary.
Definition: dict.h:146
S3DECODER_EXPORT astar_t * astar_init(dag_t *dag, dict_t *dict, lm_t *lm, fillpen_t *fpen, float64 beam, float64 lwf)
data structure for dag. Adapted from s3_dag.h in s3.5
S3DECODER_EXPORT void nbest_search(dag_t *dag, char *filename, char *uttid, float64 lwf, dict_t *dict, lm_t *lm, fillpen_t *fpen)
The language model. All unigrams are read into memory on initialization. Bigrams and trigrams read in...