Searched refs:word_penalty (Results 1 – 3 of 3) sorted by relevance
590 int word_penalty = 0; in make_openfst_graphs() local600 word_penalty = atoi((const char *)word_penalty_str.c_str()); in make_openfst_graphs()602 rc = ESR_SessionGetInt( L("CREC.Recognizer.wordpen"), &word_penalty); in make_openfst_graphs()604 word_penalty = DEFAULT_WB_COST; in make_openfst_graphs()607 cout << "using word_penalty " << word_penalty << endl; in make_openfst_graphs()
264 int word_penalty; member
604 CHKLOG(rc, ESR_SessionGetInt("CREC.Recognizer.wordpen", ¶ms->word_penalty)); in SR_AcousticModels_LoadLegacyRecognizerParameters()