Lines Matching refs:fromId
63 outfile << arc[loc]->fromId << std::endl; in WriteForwardGraphFile()
66 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << std::endl; in WriteForwardGraphFile()
84 …outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << inLabel.c_str() << std… in WriteForwardGraphFile()
172 outfile << arc[loc]->fromId << std::endl; in WriteForwardGraphWithSemantic()
174 …outfile << arc[loc]->fromId << Separator << arc[loc]->toId << Separator << inLabel.c_str() << Sep… in WriteForwardGraphWithSemantic()
209 outfile << arc[loc]->fromId << std::endl; in WriteHMMGraphFile()
218 …outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << separator << ou… in WriteHMMGraphFile()
221 …outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << separator << Ep… in WriteHMMGraphFile()
230 …outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << ".wb" << separator << … in WriteHMMGraphFile()
233 …outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << ".wb" << separator << … in WriteHMMGraphFile()
283 outfile << arc[loc]->fromId << std::endl; in WritePhonemeGraphFile()
292 …outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << separator << ou… in WritePhonemeGraphFile()
295 …outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << separator << Ep… in WritePhonemeGraphFile()
304 …outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << ".wb" << separator << … in WritePhonemeGraphFile()
307 …outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << ".wb" << separator << … in WritePhonemeGraphFile()
327 …outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << inLabel.c_str() << sep… in WritePhonemeGraphFile()
360 …std::cout << arc[loc]->fromId <<" " << arc[loc]->toId << " " << inLabel.c_str() <<" " << outLabe… in PrintWithLabels()
369 printf ("%d %d %d %d\n", fromId, toId, inputLabel, outputLabel); in Dump()