Julius 4.1.5
関数
libsent/src/util/confout.c

コンパイル時の設定をテキスト出力する [詳細]

#include <sent/stddefs.h>
#include <sent/util.h>
#include <sent/ngram2.h>
#include <sent/speech.h>
#include <sent/adin.h>

ソースコードを見る。

関数

void confout_version (FILE *strm)
 Output version of this libsent library.
void confout_audio (FILE *strm)
 Output audio configuration of this libsent library.
void confout_lm (FILE *strm)
 Output language model configuration of this libsent library.
void confout_am (FILE *strm)
 Output acoustic model configuration of this libsent library.
void confout_lib (FILE *strm)
 Output about linked libraries of this libsent library.
void confout_process (FILE *strm)
 Output about process handling of this libsent library.
void confout (FILE *strm)
 Output all information of this libsent library.

説明

コンパイル時の設定をテキスト出力する

作者:
Akinobu LEE
日付:
Thu Feb 17 15:34:39 2005
Revision:
1.6

confout.c で定義されています。


関数

void confout_version ( FILE *  strm)

Output version of this libsent library.

引数:
strm[in] file pointer to output

confout.c37 行で定義されています。

参照元 confout().

void confout_audio ( FILE *  strm)

Output audio configuration of this libsent library.

引数:
strm[in] file pointer to output

confout.c48 行で定義されています。

参照元 confout().

void confout_lm ( FILE *  strm)

Output language model configuration of this libsent library.

引数:
strm[in] file pointer to output

confout.c80 行で定義されています。

参照元 confout().

void confout_am ( FILE *  strm)

Output acoustic model configuration of this libsent library.

引数:
strm[in] file pointer to output

confout.c101 行で定義されています。

参照元 confout().

void confout_lib ( FILE *  strm)

Output about linked libraries of this libsent library.

引数:
strm[in] file pointer to output

confout.c123 行で定義されています。

参照元 confout().

void confout_process ( FILE *  strm)

Output about process handling of this libsent library.

引数:
strm[in] file pointer to output

confout.c135 行で定義されています。

参照元 confout().

void confout ( FILE *  strm)

Output all information of this libsent library.

引数:
strm[in] file pointer to output

confout.c151 行で定義されています。

参照元 j_put_library_defs().