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

  /external/srec/config/en.us/
run-liveaudio.sh 1 /system/bin/SRecTestAudio -parfile baseline11k.par -tcp tcp/recognize_10_live.tcp
run-change-sample-rate2.sh 1 /system/bin/SRecTest -parfile baseline11k.par -tcp tcp/change_sample_rate2.tcp -datapath wave/ >out_SHIP_change_sample_rate2.txt 2>&1
run-set-get-param.sh 1 /system/bin/SRecTest -parfile baseline11k.par -tcp tcp/set_get_param.tcp -datapath wave/ >out_SHIP_set_get_param.txt 2>&1
run-bothtags5-from-saved.sh 1 /system/bin/SRecTest -parfile baseline11k.par -tcp tcp/bothtags5_from_saved.tcp -datapath audio/ >out_SHIP_bothtags5_from_saved.txt 2>&1
run-bothtags5.sh 1 /system/bin/SRecTest -parfile baseline11k.par -tcp tcp/bothtags5.tcp -datapath audio/ >out_SHIP_bothtags5.txt 2>&1
baseline.par 99 ## C:/users/dahan/esr/baseline/bin/srectestD.exe -parfile ./expr_large.par -grammar recog_nm/namesnnumsSC_dyn,addWords=1000
baseline11k.par 106 ## C:/users/dahan/esr/baseline/bin/srectestD.exe -parfile ./expr_large.par -grammar recog_nm/namesnnumsSC_dyn,addWords=1000
baseline8k.par 108 ## C:/users/dahan/esr/baseline/bin/srectestD.exe -parfile ./expr_large.par -grammar recog_nm/namesnnumsSC_dyn,addWords=1000
  /external/srec/srec/Session/src/
SR_Session.c 58 CHKLOG(rc, ESR_SessionSetLCHAR(L("parFile.baseDirectory"), baseDirectory));
  /external/srec/tools/dictTest/
dictTest.c 39 LPRINTF("usage: dictTest [-words words.txt] [-vocab dictionary.ok] [-itest input.tst] [-out output.txt] [-locale en-us|en-gb|fr-fr|de-de] [-parfile baseline.par]\n");
174 else if(!LSTRCMP(argv[i], L("-parfile")) || !LSTRCMP(argv[i], L("-par")) )
185 LPRINTF ( "Warning: No parfile defined in the command line.\n" );
186 LPRINTF ( "Looking for the default parfile, $ESRSDK/config/$ESRLANG/baseline.par...\n" );
  /external/srec/config/en.us/tcp/
bothtags5.tcp 12 # /system/bin/SRecTest -parfile baseline11k.par -tcp tcp/bothtags5.tcp -datapath audio/ >out_SHIP_bothtags5.txt 2>&1
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 160 char *parfile = NULL; local
191 else if(!strcmp(argv[i],"-par") || !strcmp(argv[i],"-parfile"))
192 parfile = argv[++i];
204 //process_xml( std::string(grxmlfile), parfile );
258 printf("info: Using parfile %s\n",parfile);
259 status = SR_SessionCreate((const LCHAR*) parfile);
260 // status = SR_SessionCreate ( parfile );
262 LPRINTF("Error: SR_SessionCreate(%s) %s\n", parfile, ESR_rc2str(status));
    [all...]
grxmldoc.h 58 void initialize_SR(char* parfile);
  /external/srec/srec/include/
simapi.h     [all...]
frontapi.h 944 const char* parfile);
948 * parfile par file
    [all...]
  /external/srec/shared/src/
ESR_Session.c 289 CHKLOG(rc, ESR_SessionGetLCHAR(L("parFile.baseDirectory"), baseDirectory, &len2));
SessionTypeImpl.c 1085 PLogMessage(L("Unknown parfile key '%s'"), key);
    [all...]
  /external/srec/srec/cfront/
ca_cms.c 107 not used anymore, rather we spec this is the parfile directly */
  /external/srec/shared/include/
ESR_Session.h 637 * ESR_NO_MATCH_ERROR if session property "parFile.baseDirectory" is undefined
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 371 init_status = ESR_CommandLineGetValue ( argc, (const char **)argv, L("parfile"), path, &len );
395 srec_test_log_error ( 0, ERROR_LEVEL_CRITICAL, L("Parfile Nmae Not Specified on Command Line") );
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 369 init_status = ESR_CommandLineGetValue ( argc, (const char **)argv, L("parfile"), path, &len );
393 srec_test_log_error ( 0, ERROR_LEVEL_CRITICAL, L("Parfile Nmae Not Specified on Command Line") );
    [all...]
  /external/srec/srec/crec/
srec_context.c 49 (2) use defaults that would have been set the main parfile,
    [all...]

Completed in 653 milliseconds