#include <sent/stddefs.h>
#include <sent/dfa.h>
Go to the source code of this file.
Functions | |
| void | print_dfa_info (FILE *fp, DFA_INFO *dinfo) |
| Output overall grammar information to stdout. | |
| void | print_dfa_cp (FILE *fp, DFA_INFO *dinfo) |
| Output the category-pair matrix in text format to stdout. | |
Definition in file dfa_util.c.
| void print_dfa_info | ( | FILE * | fp, | |
| DFA_INFO * | dinfo | |||
| ) |
Output overall grammar information to stdout.
| fp | [in] file pointer | |
| dinfo | [in] DFA grammar |
Definition at line 35 of file dfa_util.c.
Referenced by print_engine_info().
| void print_dfa_cp | ( | FILE * | fp, | |
| DFA_INFO * | dinfo | |||
| ) |
Output the category-pair matrix in text format to stdout.
| fp | [in] file pointer | |
| dinfo | [in] DFA grammar that holds category pair matrix |
Definition at line 54 of file dfa_util.c.
Referenced by print_engine_info().
1.5.1