Home | History | Annotate | Download | only in grxmlcompile

Lines Matching defs:pron

478 	    std::cout << "Error: FstPushSlotLikeOLabels() failing, there could be confusion between the slot (hack-pron) and a real-pron, the slot olabel may have been pushed by earlier fst operations!" << std::endl;
703 LCHAR *pron = 0, *p;
704 /* word is ok, get the pron */
713 pron = &prons[0]+len_used;
714 len_used += LSTRLEN(pron)+1;
715 if( *pron == 0) break;
718 LPRINTF("%s : %s\n", phrase, pron);
720 for(p=pron; *p; p++) {
732 string pron_string = pron;