#include "evallm.h"
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Functions | |
fb_info * | gen_fb_list (sih_t *vocab_ht, int vocab_size, char **vocab, flag *context_cue, flag backoff_from_unk_inc, flag backoff_from_unk_exc, flag backoff_from_ccs_inc, flag backoff_from_ccs_exc, char *fb_list_filename) |
Definition in file gen_fb_list.c.
|
Definition at line 31 of file gen_fb_list.c. References fb_info::backed_off, flag, fprintf(), i, fb_info::inclusive, rr_calloc(), rr_iclose(), rr_iopen(), and sih_lookup(). Referenced by compute_perplexity(), and validate(). |