OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_altword_tokens
(Results
1 - 5
of
5
) sorted by null
/external/srec/srec/crec/
srec_initialize.c
59
int
max_altword_tokens
; controls the maximum number of alternative paths to propagate for proper nbest
77
int
max_altword_tokens
,
83
PLogMessage("allocating recognition arrays2 prune %d max_hmm_tokens %d max_fsmnode_tokens %d max_word_tokens %d
max_altword_tokens
%d max_wordends_per_frame %d\n",
88
max_altword_tokens
,
107
rec->altword_token_array = (altword_token*) CALLOC_CLR(
max_altword_tokens
, sizeof(altword_token), "search.srec.altword_token_array");
108
rec->altword_token_array_size = (wtokenID)
max_altword_tokens
;
143
int
max_altword_tokens
,
167
if (check_parameter_range(
max_altword_tokens
, 0, MAXftokenID, "
max_altword_tokens
"))
196
allocate_recognition1(&rec->rec[i], viterbi_prune_thresh, max_hmm_tokens, max_fsmnode_tokens, max_word_tokens,
max_altword_tokens
, num_wordends_per_frame, max_frames, max_model_states)
[
all
...]
/external/srec/srec/include/
c42mul.h
74
int
max_altword_tokens
,
simapi.h
278
int
max_altword_tokens
; /*controls the maximum number of alternative paths to propagate, for nbest */
member in struct:__anon11181
[
all
...]
/external/srec/srec/ca/
rec_basi.c
86
hRecInput->
max_altword_tokens
,
/external/srec/srec/Recognizer/src/
RecognizerImpl.c
76
CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Recognizer.
max_altword_tokens
", 400));
588
CHKLOG(rc, ESR_SessionGetInt("CREC.Recognizer.
max_altword_tokens
", ¶ms->
max_altword_tokens
));
[
all
...]
Completed in 30 milliseconds