Home | History | Annotate | Download | only in test_g2g

Lines Matching refs:ilabels

195   modelID ilabels[128], num_ilabels;
287 ilabels[num_ilabels++] = ilabels_preceding[num_ilabels_preceding-1-j];
289 ilabels[num_ilabels++] = ilabels_following[j];
290 if(ilabels[num_ilabels-1] == WORD_BOUNDARY)
293 if(ilabels[j]<fst->hmm_ilabel_offset) {
297 ilabels[j] = ilabels[j] - (labelID)fst->hmm_ilabel_offset;
301 pfprintf(PSTDOUT, " %d", ilabels[j]);
308 rc = find_phonemes_for_ihmms( ca_arbdata, ilabels, num_ilabels);
312 if(p4pTable[ ilabels[j]]<0) {
314 ilabels[j] = MAXmodelID;
316 ilabels[j] = (modelID)p4pTable[ ilabels[j]];
326 for(j=0;j<num_ilabels;j++) pfprintf(PSTDOUT, "%c", ilabels[j]);