Lines Matching refs:cout
172 cout << OPENFST_ACKNOWLEDGEMENT <<std::endl;
173 cout << TINYXML_ACKNOWLEDGEMENT <<std::endl;
174 cout << NUANCE_COPYRIGHT <<std::endl;
211 cout << "processing [" << filename << "] ..." << endl;
216 std::cout << "Error: while creating TiXmlDocument from " << filename << std::endl;
217 std::cout << "Error: " << node.Error() << " id " << node.ErrorId() << " row " << node.ErrorRow() << " col " << node.ErrorCol() << std::endl;
218 std::cout << "Error: " << node.ErrorDesc() << std::endl;
219 std::cout << "Error: near " << showline( filename.c_str(), node.ErrorRow()) << std::endl;
369 std::cout << "Error: internal error in FstMergeOLabelsToILabels() " << std::endl;
467 std::cout << "info: FstPushSlotLikeOLabels() at state " << s << " arc ilabel " << arc.ilabel << " olabel " << arc.olabel << std::endl;
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;
505 std::cout << "Error: SREC will not support multiply referred slots." << std::endl;
506 std::cout << "Error: Consider re-working your grammar to merge the references into one rule" << std::endl;
507 std::cout << "Error: or use two different slots" << std::endl;
607 cout << "using word_penalty " << word_penalty << endl;
621 cout << "info: reading word symbols " << imapFilename << endl;
627 cout << "info: reading parser symbols " << omapFilename << endl;
633 cout << "info: reading model symbols " << modelmapFilename << endl;
680 cout << "SLOT>> " << phrase << endl;
686 std::cout << "Error: SREC may have trouble with this many slots! (" << num_slots << ")" << std::endl;
777 cout << "info: reading parser from text " << ptxtFilename << endl;
791 cout << "info: creating helper fsts" << endl;
822 cout << "info: creating reverse g fst" << endl;
843 cout << "info: writing reverse G fst as text " << grevFilename << endl;
860 cout << "info: reading model fst " << cfstFilename << endl;
866 std::cout << "Error: SREC may have trouble with this many slots! (" << slot_olabel_max << ")" << std::endl;
899 cout << "info: merging into ilabels I=i+" << max_model_sym << "*o" << endl;
905 cout << "info: splitting from ilabels" << endl;
911 std::cout << "Error: FstPushSlotLikeOLabels() failed" << std::endl;