Home | History | Annotate | Download | only in test_g2g

Lines Matching refs:olabels

227 	   fst->olabels->num_words, fst->olabels->max_words,
228 fst->olabels->next_chars-fst->olabels->chars,
229 fst->olabels->max_chars,
240 if(wordid >= fst->olabels->num_words) {
242 fst->olabels->num_words, wordid);
299 pfprintf(PSTDOUT, "%s (W%d) ihmms ", fst->olabels->words[wordid], wordid);
325 pfprintf(PSTDOUT, "%s ", fst->olabels->words[wordid]);
328 rc = Parse( grammar, fst->olabels->words[wordid], PSTDOUT);
333 pfprintf(PSTDOUT, "%s PASSED (on %s)\n", base, fst->olabels->words[wordid]);