Julius 4.2
データ構造 | マクロ定義
libjulius/include/julius/multi-gram.h

複数の文法を同時に扱うための定義. [詳細]

ソースコードを見る。

データ構造

struct  MULTIGRAM
 Grammar holder. [詳細]
struct  GRAMLIST
 List of grammars to be read at startup. [詳細]

マクロ定義

#define MAXGRAMNAMELEN   512
 Maximum length of grammar name.
#define MULTIGRAM_DEFAULT   0
 Grammar hook value of no operation.
#define MULTIGRAM_DELETE   1
 Grammar hook bit specifying that this grammar is to be deleted.
#define MULTIGRAM_ACTIVATE   2
 Grammar hook bit specifying that this grammar is to be activated.
#define MULTIGRAM_DEACTIVATE   4
 Grammar hook bit specifying that this grammar is to be deactivated.
#define MULTIGRAM_MODIFIED   8

説明

複数の文法を同時に扱うための定義.

作者:
Akinobu Lee
日付:
Fri Jul 8 14:47:05 2005
Revision:
1.3

multi-gram.h で定義されています。