libsent/src/dfa/dfa_util.c File Reference

Output text informations about the grammar. More...

#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.


Detailed Description

Output text informations about the grammar.

Author:
Akinobu LEE
Date:
Tue Feb 15 14:18:36 2005
Revision
1.1.1.1

Definition in file dfa_util.c.


Function Documentation

void print_dfa_info ( FILE *  fp,
DFA_INFO dinfo 
)

Output overall grammar information to stdout.

Parameters:
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.

Parameters:
fp [in] file pointer
dinfo [in] DFA grammar that holds category pair matrix

Definition at line 52 of file dfa_util.c.

Referenced by print_engine_info().


Generated on Tue Dec 18 16:01:38 2007 for Julius by  doxygen 1.5.4