HomeSort by relevance Sort by last modified time
    Searched full:modelcount (Results 1 - 1 of 1) sorted by null

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

Completed in 47 milliseconds