Searched refs:max_altword_tokens (Results 1 – 8 of 8) sorted by relevance
/external/srec/srec/crec/ |
D | srec_initialize.c | 77 int max_altword_tokens, in allocate_recognition1() argument 88 max_altword_tokens, in allocate_recognition1() 107 …rec->altword_token_array = (altword_token*) CALLOC_CLR(max_altword_tokens, sizeof(altword_token), … in allocate_recognition1() 108 rec->altword_token_array_size = (wtokenID)max_altword_tokens; in allocate_recognition1() 143 int max_altword_tokens, in allocate_recognition() argument 167 if (check_parameter_range(max_altword_tokens, 0, MAXftokenID, "max_altword_tokens")) in allocate_recognition() 196 …prune_thresh, max_hmm_tokens, max_fsmnode_tokens, max_word_tokens, max_altword_tokens, num_wordend… in allocate_recognition()
|
/external/srec/srec/include/ |
D | c42mul.h | 74 int max_altword_tokens,
|
D | simapi.h | 278 …int max_altword_tokens; /*controls the maximum number of alternative paths to propaga… member
|
/external/srec/srec/ca/ |
D | rec_basi.c | 86 hRecInput->max_altword_tokens, in CA_ConfigureRecognition()
|
/external/srec/config/en.us/ |
D | baseline.par | 94 CREC.Recognizer.max_altword_tokens = 400;
|
D | baseline8k.par | 103 CREC.Recognizer.max_altword_tokens = 400;
|
D | baseline11k.par | 101 CREC.Recognizer.max_altword_tokens = 400;
|
/external/srec/srec/Recognizer/src/ |
D | RecognizerImpl.c | 588 CHKLOG(rc, ESR_SessionGetInt("CREC.Recognizer.max_altword_tokens", ¶ms->max_altword_tokens)); in SR_AcousticModels_LoadLegacyRecognizerParameters()
|