Home | History | Annotate | Download | only in test_swiarb

Lines Matching refs:printf

45 #define printf_vector(HEAD, FMT, PTR, NN) { unsigned int iI; printf(HEAD); for(iI=0;iI<(NN);iI++) printf(FMT, PTR[iI]); printf("\n"); }
69 printf("USAGE: -swiarb <swiarb file> -interactive\n");
77 printf("Please specify the swiarb file.\n");
81 printf("using swiarb from file %s\n", arbfile);
85 printf("error_usage: argument [%s]\n", argv[i]);
96 printf("Type \"quit\" to exit the test.\n");
97 printf("pronunciation: ");
102 printf("USAGE: -swiarb <swiarb file> -interactive\n");
112 printf("short pronunciation length is %d.\n", pronunciation_len);
113 printf("Acoustic model IDs (\"#\" is silence,\"_\" is word boundary):\n");
118 printf("triphone:_%c_ -> ModelID:%d\n", pronunciation[j], model_sequence[j]);
120 printf("triphone:_%c%c -> ModelID:%d\n", pronunciation[j], pronunciation[j+1],
124 printf("triphone:%c%c_ -> ModelID:%d\n", pronunciation[j-1], pronunciation[j], model_sequence[j]);
127 printf("triphone:%c%c%c -> ModelID:%d\n", pronunciation[j-1], pronunciation[j], pronunciation[j+1],
134 printf("\n");