OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_choices_left
(Results
1 - 1
of
1
) sorted by null
/external/srec/srec/ca/
cnfd_scr.c
132
int choice_number, int
num_choices_left
);
142
int num_choices,
num_choices_left
;
local
145
num_choices_left
= num_choices = srec_nbest_get_num_choices(nbestlist);
150
rc = CA_ConfScorerGetFeatures(recog, nbestlist, features, &num_features, current_choice,
num_choices_left
);
157
num_choices_left
--;
161
if (
num_choices_left
== 1)
189
num_choices_left
--;
191
num_choices_left
= srec_nbest_fix_homonym_confidence_values( nbestlist);
202
int choice_number, int
num_choices_left
)
224
if (
num_choices_left
> 0
[
all
...]
Completed in 100 milliseconds