julius/julius.h

Go to the documentation of this file.
00001 
00017 /*
00018  * Copyright (c) 1991-2006 Kawahara Lab., Kyoto University
00019  * Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and Technology
00020  * Copyright (c) 2005-2006 Julius project team, Nagoya Institute of Technology
00021  * All rights reserved
00022  */
00023 
00024 #ifndef __JULIUS_COMMON_HEADER__
00025 #define __JULIUS_COMMON_HEADER__
00026 
00027 /* read configurable definitions */
00028 #if defined(_WIN32) && !defined(__CYGWIN32__) && !defined(__MINGW32__)
00029 /*
00030  *
00031  *  You should define -DBUILD_JULIAN to compile Julian in WIN32(VC++)
00032  *
00033  */
00034 # ifdef BUILD_JULIAN
00035 # include <config-win-julian.h>
00036 # else
00037 # include <config-win-julius.h>
00038 # endif
00039 #else
00040 #include <config.h>
00041 #endif
00042 #include <sent/config.h>
00043 /* read built-in definitions */
00044 #include <define.h>
00045 
00046 /* read libsent includes */
00047 #include <sent/stddefs.h>
00048 #include <sent/tcpip.h>
00049 #include <sent/speech.h>
00050 #include <sent/mfcc.h>
00051 #include <sent/htk_param.h>
00052 #include <sent/hmm.h>
00053 #include <sent/gprune.h>
00054 #include <sent/vocabulary.h>
00055 #ifdef USE_NGRAM
00056 #include <sent/ngram2.h>
00057 #else /* USE_DFA */
00058 #include <sent/dfa.h>
00059 #endif
00060 
00061 /* read Julius/Julian includes */
00062 #ifdef USE_DFA
00063 #include <multi-gram.h>
00064 #endif
00065 #include <wchmm.h>
00066 #include <beam.h>
00067 #include <search.h>
00068 #include <module.h>
00069 #include <misc.h>
00070 #include <global.h>
00071 #include <extern.h>
00072 
00073 #endif /* __JULIUS_COMMON_HEADER__ */

Generated on Tue Dec 26 12:53:21 2006 for Julian by  doxygen 1.5.0