#include <sent/stddefs.h>
#include <sent/dfa.h>
#include <sent/vocabulary.h>
Include dependency graph for mkterminfo.c:
Go to the source code of this file.
Functions | |
void | make_terminfo (TERM_INFO *tinfo, DFA_INFO *dinfo, WORD_INFO *winfo) |
void | terminfo_append (TERM_INFO *dst, TERM_INFO *src, int coffset, int woffset) |
Definition in file mkterminfo.c.
|
Make a word list for each category.
Definition at line 38 of file mkterminfo.c. Referenced by make_dfa_voca_ref(). |
|
Append the terminal(category) word list.
Definition at line 76 of file mkterminfo.c. |