DFA_INFO Struct Reference

Top structure of a DFA. More...

#include <dfa.h>

Collaboration diagram for DFA_INFO:

Collaboration graph
[legend]

Data Fields

DFA_STATEst
 Array of all states.
int maxstatenum
 Number of maximum allocated states.
int state_num
 Total number of states actually defined.
int arc_num
 Total number of arcs.
int term_num
 Total number of categories.
int ** cp
 Store constraint whether c2 can follow c1.
int * cplen
 Lengthes of each bcp.
int * cpalloclen
 Allocated lengthes of each cp.
int * cp_begin
 Store constraint whether c can appear at beginning of sentence.
int cp_begin_len
 Length of cp_begin.
int cp_begin_alloclen
 Allocated length of cp_begin.
int * cp_end
 Store constraint whether c can appear at end of sentence.
int cp_end_len
 Length of cp_end.
int cp_end_alloclen
 Allocated length of cp_end.
TERM_INFO term
 Information of terminal symbols (category).
booleanis_sp
 TRUE if the category contains only sp word.
WORD_ID sp_id
 Word ID of short pause word.

Detailed Description

Top structure of a DFA.

Definition at line 76 of file dfa.h.


The documentation for this struct was generated from the following file:
Generated on Thu Jul 23 12:15:03 2009 for Julius by  doxygen 1.5.1