Home | History | Annotate | Download | only in lib

Lines Matching refs:PICODBG_INFO

959         PICODBG_INFO(("doing state %i, headxReadPos: %d, headxWritePos: %d",
1066 PICODBG_INFO(("no more items in headx but we are forced to transduce"));
1076 PICODBG_INFO(("no more items in headx, try to collect more"));
1092 PICODBG_INFO(("PARSE found sentence end or term BOUND"));
1096 PICODBG_INFO(("PARSE found sentence end"));
1116 PICODBG_INFO(("PARSE forwarding input end (flush)"));
1141 PICODBG_INFO(("PARSE found sentence start"));
1152 PICODBG_INFO(("PARSE found WORD phon or phrase BOUND"));
1157 PICODBG_INFO(("PARSE successfully returned from phoneme extraction"));
1163 PICODBG_INFO(("PARSE found new activeEndPos: %i,%i -> %i,%i",
1173 PICODBG_INFO(("PARSE returned from phoneme extraction with overflow, number of phonemes in phonBuf: %i; forced to TRANSDUCE", spho->phonWritePos));
1185 PICODBG_INFO(("PARSE found other item, passing over"));
1189 PICODBG_INFO(("PARSE going to next item: %i -> %i",spho->headxReadPos, spho->headxReadPos + 1));
1268 PICODBG_INFO(("BOUNDS"));
1276 PICODBG_INFO(("in position %i, looking at item %s",spho->outReadPos,picodata_head_to_string(&ihead,msgstr,SPHO_MSGSTR_SIZE)));
1292 PICODBG_INFO(("skipping left context phones results in %s", (SPHO_POSSYM_OUT_OF_RANGE==rv) ? "OUT_OF_RANGE" : (SPHO_POSSYM_END ==rv) ? "END" : "OTHER"));
1305 PICODBG_INFO(("in position %i, looking at item %s",spho->outReadPos,picodata_head_to_string(&ihead,msgstr,SPHO_MSGSTR_SIZE)));
1322 PICODBG_INFO(("got BOUND or WORDPHON item and expects corresponding phone"));