Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:Error

215     if(!bLoadedOK || node.Error()) {
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;
262 LPRINTF("Error: SR_SessionCreate(%s) %s\n", parfile, ESR_rc2str(status));
296 LPRINTF("Error: make_openfst_graphs() returned %s\n", ESR_rc2str(status));
369 std::cout << "Error: internal error in FstMergeOLabelsToILabels() " << 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;
594 cerr << "Error: " << ESR_rc2str(rc) << endl;
624 cerr << "error: reading word_syms" << endl;
630 cerr << "error: reading prsr_syms" << endl;
636 cerr << "error: reading prsr_syms" << endl;
686 std::cout << "Error: SREC may have trouble with this many slots! (" << num_slots << ")" << std::endl;
708 LPRINTF( "ERROR: SR_VocabularyGetPronunciation(*,%s,*,*) returned %s\n", phrase, ESR_rc2str(rc));
773 cerr << "error: reading ptxtFilename" << endl;
866 std::cout << "Error: SREC may have trouble with this many slots! (" << slot_olabel_max << ")" << std::endl;
911 std::cout << "Error: FstPushSlotLikeOLabels() failed" << std::endl;