#include <sent/stddefs.h>
#include <sent/vocabulary.h>
Include dependency graph for voca_util.c:

Go to the source code of this file.
Functions | |
| void | print_voca_info (WORD_INFO *winfo) | 
| void | put_voca (WORD_INFO *winfo, WORD_ID wid) | 
| void | put_voca_err (WORD_INFO *winfo, WORD_ID wid) | 
Definition in file voca_util.c.
      
  | 
  
| 
 Output overall word dictionary information to stdout. 
 
 Definition at line 33 of file voca_util.c. Referenced by print_info().  | 
  
      
  | 
  ||||||||||||
| 
 Output information of a word in dictionary to stdout. 
 
 Definition at line 80 of file voca_util.c. Referenced by hmm_check(), make_dfa_voca_ref(), print_info(), and wchmm_add_word().  | 
  
      
  | 
  ||||||||||||
| 
 Output information of a word in dictionary to stderr. 
 
 Definition at line 113 of file voca_util.c.  | 
  
 1.4.2