Home | History | Annotate | Download | only in test_g2g

Lines Matching full:pstdout

63   pfprintf(PSTDOUT,"usage: %s -base <basefilename> \n",exename);
64 pfprintf(PSTDOUT,"<basefilename> can be a file.g2g or @g2gfilelist\n");
65 pfprintf(PSTDOUT,"[-checkword id] .. also checks word id in the file\n");
66 pfprintf(PSTDOUT,"[-swiarb esr/config/lang/models/generic.swiarb] ... enables word check\n");
155 pfprintf(PSTDOUT, "Error: loading arbfile %s\n", arbfile);
158 pfprintf(PSTDOUT, "arbdata done\n");
160 pfprintf(PSTDOUT, "p4pTable done\n");
168 pfprintf(PSTDOUT, "g2glist %s .. %d entries\n", g2glist_len);
180 PMemSetLogFile(PSTDOUT);
212 pfprintf(PSTDOUT, "%s failed at load\n", base);
223 pfprintf(PSTDOUT, "%s %d arcs %d/%d/%d nodes %d/%d/%d words %d/%d chars %d/%d modelver %d\n",
241 pfprintf(PSTDOUT, "%s failed 'cuz numwords(%d) < %d\n", base,
263 pfprintf(PSTDOUT, "%s failed at 11\n", base);
279 pfprintf(PSTDOUT, "%s failed at 12\n", base);
294 pfprintf(PSTDOUT, "%s failed at 15\n", base);
299 pfprintf(PSTDOUT, "%s (W%d) ihmms ", fst->olabels->words[wordid], wordid);
301 pfprintf(PSTDOUT, " %d", ilabels[j]);
302 pfprintf(PSTDOUT, "\n");
304 pfprintf(PSTDOUT, "%s failed at 1\n", base);
322 pfprintf(PSTDOUT, "%s failed at 2\n", base);
325 pfprintf(PSTDOUT, "%s ", fst->olabels->words[wordid]);
326 for(j=0;j<num_ilabels;j++) pfprintf(PSTDOUT, "%c", ilabels[j]);
327 pfprintf(PSTDOUT, "\n");
328 rc = Parse( grammar, fst->olabels->words[wordid], PSTDOUT);
330 pfprintf(PSTDOUT, "%s failed at 3\n", base);
333 pfprintf(PSTDOUT, "%s PASSED (on %s)\n", base, fst->olabels->words[wordid]);
486 pfprintf(PSTDOUT, "failed to open %s\n", filelist);