Home
last modified time | relevance | path

Searched refs:wordId (Results 1 – 2 of 2) sorted by relevance

/external/srec/tools/grxmlcompile/
Dsub_phon.cpp33 int ii, wordId, phoneId, currId, newId, nextId, arcCount; in ExpandPhonemes() local
54 wordId= arc[ii]->GetInput(); in ExpandPhonemes()
55 if (wordId >= 0) { in ExpandPhonemes()
56 doc.findLabel(wordId, word ); in ExpandPhonemes()
64 arcOne= CreateArc (-wordId, wordId, newId, nextId); in ExpandPhonemes()
90 arcOne= CreateArc (WB_LABEL, wordId, currId, arc[ii]->GetToId()); in ExpandPhonemes()
Dgrxmlcompile.cpp661 int wordId = iter.Value(); in make_openfst_graphs() local
671 else if( !strcmp( phrase, "eps") && wordId == 0) in make_openfst_graphs()
695 l_fst.AddArc(stateP, fst::StdArc( wordId+SLOT_COUNTER_OFFSET, wordId, 0.0, statePp1)); in make_openfst_graphs()
698 l_fst.AddArc(stateP, fst::StdArc( wordId+SLOT_COUNTER_OFFSET, EPSILON_LABEL, 0.0, statePp1)); in make_openfst_graphs()
717 int olabel = wordId; in make_openfst_graphs()