HomeSort by relevance Sort by last modified time
    Searched refs:word_penalty (Results 1 - 3 of 3) sorted by null

  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 590 int word_penalty = 0; local
599 if( pDoc->findMeta(std::string("word_penalty"),word_penalty_str))
600 word_penalty = atoi((const char *)word_penalty_str.c_str());
602 rc = ESR_SessionGetInt( L("CREC.Recognizer.wordpen"), &word_penalty);
604 word_penalty = DEFAULT_WB_COST;
606 pDoc->setMeta( std::string("word_penalty"), word_penalty_str) ;
607 cout << "using word_penalty " << word_penalty << endl;
    [all...]
  /external/srec/srec/include/
simapi.h 264 int word_penalty; member in struct:__anon12666
    [all...]
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c 604 CHKLOG(rc, ESR_SessionGetInt("CREC.Recognizer.wordpen", &params->word_penalty));
    [all...]

Completed in 40 milliseconds