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

Typedefs

typedef __jconf_am__ JCONF_AM
 Configuration parameters (AM).
typedef __jconf_lm__ JCONF_LM
 Language models (N-gram / DFA), dictionary, and related parameters.
typedef __jconf_search__ JCONF_SEARCH
 Search parameters.
typedef __Jconf__ Jconf
 Configuration parameters (global).

Enumerations

enum  {
  JCONF_OPT_DEFAULT, JCONF_OPT_GLOBAL, JCONF_OPT_AM, JCONF_OPT_LM,
  JCONF_OPT_SR, SIZEOF_JCONF_OPT
}


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

Definition in file jconf.h.


Generated on Thu Jul 23 12:13:26 2009 for Julius by  doxygen 1.5.1