45 #include "ngram_model_internal.h"
50 ngram_model_dmp32_read(
cmd_ln_t *config,
51 const char *file_name,
59 const char *file_name)
65 ngram_model_dmp32_apply_weights(
ngram_model_t *model, float32 lw,
66 float32 wip, float32 uw)
73 int32 *history, int32 n_hist,
81 int32 *history, int32 n_hist,
94 ngram_model_dmp32_free,
95 ngram_model_dmp32_apply_weights,
96 ngram_model_dmp32_score,
97 ngram_model_dmp32_raw_score,
Sphinx's memory allocation/deallocation routines.
SPHINXBASE_EXPORT void ckd_free(void *ptr)
Test and free a 1-D array.
int32 log_zero
Zero probability, cached here for quick lookup.
Opaque structure used to hold the results of command-line parsing.
Implementation-specific functions for operating on ngram_model_t objects.
Common implementation of ngram_model_t.