JCONF_LM Struct Reference

Language models (N-gram / DFA), dictionary, and related parameters. More...

#include <jconf.h>

Collaboration diagram for JCONF_LM:

Collaboration graph
[legend]

Data Fields

short id
 Unique ID.
char name [JCONF_MODULENAME_MAXLEN]
 Unique name.
int lmtype
 Language model type: one of LM_UNDEF, LM_NGRAM, LM_DFA.
int lmvar
 Variation type of language model: one of LM_NGRAM, LM_DFA_GRAMMAR, LM_DFA_WORD.
char * dictfilename
 Word dictionary file (-v).
char * head_silname
 Silence word to be placed at beginning of speech (-silhead) for N-gram.
char * tail_silname
 Silence word to be placed at end of search (-siltail) for N-gram.
boolean forcedict_flag
 Skip error words in dictionary and continue (-forcedict).
char * ngram_filename
 N-gram in binary format (-d).
char * ngram_filename_lr_arpa
 LR 2-gram in ARPA format (-nlr).
char * ngram_filename_rl_arpa
 RL 3-gram in ARPA format (-nrl).
char * dfa_filename
 DFA grammar file (-dfa, for single use).
GRAMLISTgramlist_root
 List of grammars to be read at startup (-gram) (-gramlist).
GRAMLISTwordlist_root
 List of word lists to be read at startup (-w) (-wlist).
boolean enable_iwsp
 Enable inter-word short pause handling on multi-path version (-iwsp) for multi-path mode.
boolean enable_iwspword
 Enable automatic addition of "short pause word" to the dictionary (-iwspword) for N-gram.
char * iwspentry
 Dictionary entry to be added on "-iwspword" (-iwspentry) for N-gram.
char wordrecog_head_silence_model_name [MAX_HMMNAME_LEN]
 For isolated word recognition mode: name of head silence model.
char wordrecog_tail_silence_model_name [MAX_HMMNAME_LEN]
 For isolated word recognition mode: name of tail silence model.
char wordrecog_silence_context_name [MAX_HMMNAME_LEN]
 For isolated word recognition mode: name of silence as phone context.
struct __jconf_lm__ * next
 Pointer to next instance.

Detailed Description

Language models (N-gram / DFA), dictionary, and related parameters.

Definition at line 221 of file jconf.h.


The documentation for this struct was generated from the following file:
Generated on Tue Dec 18 16:02:28 2007 for Julius by  doxygen 1.5.4