libjulius/include/julius/jconf.h File Reference

Jconf structure. More...

#include <sent/stddefs.h>
#include <sent/hmm.h>
#include <sent/vocabulary.h>
#include <sent/ngram2.h>
#include <sent/dfa.h>
#include <sent/mfcc.h>
#include <julius/wchmm.h>
#include <julius/search.h>
#include <julius/callback.h>

Go to the source code of this file.

Data Structures

struct  JCONF_AM
 Configuration parameters (AM). More...
struct  JCONF_LM
 Language models (N-gram / DFA), dictionary, and related parameters. More...
struct  JCONF_SEARCH
 Search parameters. More...
struct  Jconf
 Configuration parameters (global). More...

Defines

#define JCONF_MODULENAME_MAXLEN   64
 Maximum length of module name string.
#define JCONF_MODULENAME_DEFAULT   "_default"
 Default module name if not specified (in case of old jconf).


Detailed Description

Jconf structure.

 JCONF
   +- JCONF_AM[] (linked list)
   +- JCONF_LM[] (linked list)
   +- JCONF_SEARCH[] (linked list) -> each has pointer to *JCONF_AM, *JCONF_LM
   +- JCONF_AM for GMM
   +- (engine configurations)
 

Author:
Akinobu Lee
Date:
Fri Feb 16 13:42:28 2007
Revision
1.1.1.1

Definition in file jconf.h.


Generated on Tue Dec 18 16:00:43 2007 for Julius by  doxygen 1.5.4