#include <sent/stddefs.h>
#include <sent/vocabulary.h>
voca_util.cのインクルード依存関係図

関数 | |
| 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) | 
voca_util.c で定義されています。
      
  | 
  
| 
 Output overall word dictionary information to stdout. 
 
 voca_util.c の 33 行で定義されています。 参照元 print_info().  | 
  
      
  | 
  ||||||||||||
| 
 Output information of a word in dictionary to stdout. 
 
 voca_util.c の 80 行で定義されています。 参照元 hmm_check(), make_dfa_voca_ref(), print_info(), と wchmm_add_word().  | 
  
      
  | 
  ||||||||||||
| 
 Output information of a word in dictionary to stderr. 
 
 voca_util.c の 113 行で定義されています。  | 
  
 1.4.2