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

  /external/srec/config/en.us/grammars/
dynamic-test.grxml 3 <meta name="word_penalty" content="40" />
slot_test2.grxml 7 <meta name="word_penalty" content="40" />
digits.grxml 9 <meta name="word_penalty" content="160"/>
slot_test1.grxml 6 <meta name="word_penalty" content="40" />
bothtags5.grxml 8 <meta name="word_penalty" content="40" />
homonym_test1.grxml 7 <meta name="word_penalty" content="40" />
homonym_test2.grxml 7 <meta name="word_penalty" content="40" />
homonym_test3.grxml 6 <meta name="word_penalty" content="40" />
homonym_test4.grxml 6 <meta name="word_penalty" content="40" />
lookup.grxml 3 <meta name="word_penalty" content="40" />
enroll.grxml 3 <meta name="word_penalty" content="40" />
VoiceDialer.grxml 3 <meta name="word_penalty" content="40" />
  /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...]
netw_dump.cpp 200 metaname = "word_penalty";
grxmldoc.cpp 380 if(meta_name == "word_penalty") {
1122 std::string metaname = "word_penalty";
    [all...]
  /external/srec/srec/include/
simapi.h 264 int word_penalty; member in struct:__anon13996
    [all...]
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c 604 CHKLOG(rc, ESR_SessionGetInt("CREC.Recognizer.wordpen", &params->word_penalty));
    [all...]
  /external/srec/srec/crec/
srec_context.c 261 if(!strcmp(key,"word_penalty")) {
    [all...]

Completed in 1436 milliseconds