OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:word_penalty
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/include/
simapi.h
264
int
word_penalty
;
member in struct:__anon12666
[
all
...]
/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
...]
Completed in 528 milliseconds