#include <stdio.h>
#include <string.h>
#include "general.h"
#include "sih.h"
Go to the source code of this file.
Functions | |
void | read_wlist_into_siht (char *wlist_filename, int verbosity, sih_t *p_word_id_ht, int *p_n_wlist) |
Definition in file read_wlist_si.c.
|
read_wlist_into_siht: read a word list into a string-to-int32 hash table
Definition at line 28 of file read_wlist_si.c. References fprintf(), p_n_wlist, rr_iclose(), rr_iopen(), salloc(), sih_add(), and verbosity. Referenced by read_voc(). |