Searched refs:fromId (Results 1 – 3 of 3) sorted by relevance
53 fromId= from; in NUANArc()67 fromId= arcsrc->fromId; in NUANArc()81 if (arcsrc->fromId == startId && newStartId >= 0) in NUANArc()82 fromId= newStartId; in NUANArc()84 fromId= arcsrc->fromId + offset; in NUANArc()99 fromId= Id; in AssignFromId()142 int GetFromId() { return fromId; }; in GetFromId()174 if (fromId > test->fromId) in Compare()176 else if (fromId < test->fromId) in Compare()214 else if (fromId > test->fromId) in CompareReverse()[all …]
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()[all …]
293 int ii, fromId, toId; in MapGraphVertices() local296 fromId= arc[ii]->GetFromId(); in MapGraphVertices()297 if (fromId >= 0) in MapGraphVertices()298 if (equivMap[fromId] != fromId) in MapGraphVertices()