Home
last modified time | relevance | path

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

/external/srec/tools/grxmlcompile/
Dsub_phon.cpp77 int modelCount = pron.getPhonemeCount(jj); in ExpandPhonemes() local
78 for (int kk= 0; kk < modelCount; kk++) { in ExpandPhonemes()
159 int modelCount; in ExpandToHMMs() local
174 modelCount = modelSequence.size(); in ExpandToHMMs()
176 std::cout << "HMM: " << centre << " number of HMMs = " << modelCount <<std::endl; in ExpandToHMMs()
178 if (modelCount >= 0) { in ExpandToHMMs()
180 for (int jj= 0; jj < modelCount; jj++) { in ExpandToHMMs()
181 if (jj == (modelCount - 1)) in ExpandToHMMs()
210 int ii, fix, bix, firstId, newId, modelCount, followCount, currId, count; in ExpandIntraWordSilence() local
242 modelCount = modelSequence.size(); in ExpandIntraWordSilence()
[all …]