Lines Matching refs:CreateArc
60 arcOne= CreateArc (NONE_LABEL, NONE_LABEL, arc[ii]->GetFromId(), newId); in ExpandPhonemes()
64 arcOne= CreateArc (-wordId, wordId, newId, nextId); in ExpandPhonemes()
67 arcOne= CreateArc (WB_LABEL, NONE_LABEL, nextId, arc[ii]->GetToId()); in ExpandPhonemes()
83 arcOne= CreateArc (phoneId, NONE_LABEL, currId, newId); in ExpandPhonemes()
90 arcOne= CreateArc (WB_LABEL, wordId, currId, arc[ii]->GetToId()); in ExpandPhonemes()
185 arcOne= CreateArc (modelSequence[jj], NONE_LABEL, currId, newId); in ExpandToHMMs()
250 arcOne= CreateArc (modelSequence[jj], in ExpandIntraWordSilence()
293 arcOne= CreateArc (followSequence[jj], in ExpandIntraWordSilence()
429 arcOne= CreateArc (modelSequence[0], NONE_LABEL, arc[ii]->GetFromId(), newId); in ExpandWordBoundaries()
431 (void) CreateArc (WB_LABEL, arc[ii]->GetOutput(), newId, arc[ii]->GetToId()); in ExpandWordBoundaries()
455 arcOne= CreateArc (modelSequence[0], INITIAL_LABEL, startId, intId); in AddInitialFinalSilences()
457 (void) CreateArc (WB_LABEL, NONE_LABEL, intId, newId); in AddInitialFinalSilences()
469 (void) CreateArc (TERMINAL_LABEL, TERMINAL_LABEL, newId, newId); in AddInitialFinalSilences()