OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nbestlist
(Results
1 - 5
of
5
) sorted by null
/external/srec/srec/ca/
cnfd_scr.c
131
static int CA_ConfScorerGetFeatures(CA_Recog* recog, CA_NBestList *
nbestlist
, float* features, int *num_features,
135
CA_NBestList *
nbestlist
)
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);
154
error_check = srec_nbest_put_confidence_value(
nbestlist
, current_choice, 0);
186
error_check = srec_nbest_put_confidence_value(
nbestlist
, current_choice, (int)final_value);
191
num_choices_left = srec_nbest_fix_homonym_confidence_values(
nbestlist
);
201
int CA_ConfScorerGetFeatures(CA_Recog* recog, CA_NBestList *
nbestlist
, float* features, int *num_features,
214
if (!
nbestlist
)
219
ASSERT(
nbestlist
);
[
all
...]
/external/srec/srec/Recognizer/src/
RecognizerResultImpl.c
53
impl->
nbestList
= NULL;
114
* Currently we only support one semantic result per
nbestlist
entry,
136
* Currently we only support one semantic result per
nbestlist
entry,
259
if (impl->
nbestList
!= NULL)
261
CA_DeleteNBestList(impl->
nbestList
);
262
impl->
nbestList
= NULL;
RecognizerImpl.c
[
all
...]
/external/srec/srec/Recognizer/include/
SR_RecognizerResultImpl.h
47
CA_NBestList*
nbestList
;
/external/srec/srec/include/
simapi.h
[
all
...]
Completed in 504 milliseconds