#include <stdio.h>
#include <strings.h>
#include "general.h"
Go to the source code of this file.
Functions | |
void | read_wlist_into_array (wlist_filename, verbosity, p_wlist, p_n_wlist) char *wlist_filename |
Variables | |
char *** | p_wlist |
int | verbosity |
int * | p_n_wlist |
allocate an lagre enough array and read in a list of words (first word on each line) Leave entry no. 0 empty.
Definition in file rd_wlist_arry.c.
|
|
|
Definition at line 36 of file rd_wlist_arry.c. Referenced by read_wlist_into_siht(). |
|
Definition at line 35 of file rd_wlist_arry.c. |
|
Definition at line 36 of file rd_wlist_arry.c. Referenced by arpa_bo_ng_prob(), bo_ng_prob(), compute_back_off(), compute_gt_discount(), compute_unigram(), eval(), get_vocab_from_vocab_ht(), guess_mem(), increment_context(), main(), merge_tempfiles(), pc_message(), pc_report_unk_args(), read_voc(), read_wlist_into_siht(), sih_val_read_from_file(), sih_val_write_to_file(), update(), write_arpa_lm(), and write_bin_lm(). |