#include "evallm.h"
#include <stdlib.h>
Go to the source code of this file.
Functions | |
void | validate (ng_t *ng, arpa_lm_t *arpa_ng, char **words, flag backoff_from_unk_inc, flag backoff_from_unk_exc, flag backoff_from_ccs_inc, flag backoff_from_ccs_exc, flag arpa_lm, char *fb_list_filename) |
Definition in file validate.c.
|
Definition at line 26 of file validate.c. References calc_prob_of(), CLOSED_VOCAB, ng_t::context_cue, arpa_lm_t::context_cue, ng_t::first_id, arpa_lm_t::first_id, flag, fprintf(), free(), gen_fb_list(), i, ng_t::n, arpa_lm_t::n, quit(), rr_malloc(), sih_lookup(), ng_t::vocab, arpa_lm_t::vocab, ng_t::vocab_ht, arpa_lm_t::vocab_ht, ng_t::vocab_size, arpa_lm_t::vocab_size, ng_t::vocab_type, and arpa_lm_t::vocab_type. Referenced by main(). |