Searched refs:modelCount (Results 1 – 1 of 1) sorted by relevance
77 int modelCount = pron.getPhonemeCount(jj); in ExpandPhonemes() local78 for (int kk= 0; kk < modelCount; kk++) { in ExpandPhonemes()159 int modelCount; in ExpandToHMMs() local174 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() local242 modelCount = modelSequence.size(); in ExpandIntraWordSilence()[all …]