HomeSort by relevance Sort by last modified time
    Searched defs:pron (Results 1 - 6 of 6) sorted by null

  /external/srec/tools/dictTest/
dictTest.c 54 LCHAR *pron = 0; local
56 pron = &prons[0]+len_used;
57 len_used += LSTRLEN(pron)+1;
58 LFPRINTF(fout,"%s : %s\n", phrase, pron);
  /external/srec/tools/grxmlcompile/
sub_phon.cpp 34 Pronunciation pron; local
72 pron.clear();
73 pron.lookup( *(doc.getVocabulary()), word );
74 pronCount = pron.getPronCount();
77 int modelCount = pron.getPhonemeCount(jj);
80 pron.getPhoneme(jj, kk, modelLabel);
vocab.cpp 99 LCHAR *pron = 0; local
101 pron = &prons[0]+len_used;
102 len_used += LSTRLEN(pron)+1;
104 std::cout << "DEBUG: used " << len_used << " now " << LSTRLEN(pron) << std::endl;
106 std::string pronString( pron ); // wstring conversion if needed
109 std::cout << "DEBUG: " << phrase << " " << pron << std::endl;
146 std::cout << "Pron #" << ii << ": " << s << std::endl;
157 std::cout << " Pron #" << ii << ": " << s << std::endl;
187 std::string pron; local
192 getPron( pronIndex, pron );
222 std::string pron; local
    [all...]
grxmlcompile.cpp 478 std::cout << "Error: FstPushSlotLikeOLabels() failing, there could be confusion between the slot (hack-pron) and a real-pron, the slot olabel may have been pushed by earlier fst operations!" << std::endl;
703 LCHAR *pron = 0, *p; local
704 /* word is ok, get the pron */
713 pron = &prons[0]+len_used;
714 len_used += LSTRLEN(pron)+1;
715 if( *pron == 0) break;
718 LPRINTF("%s : %s\n", phrase, pron);
720 for(p=pron; *p; p++) {
732 string pron_string = pron;
    [all...]
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 800 LCHAR pron [MAX_LINE_LENGTH]; local
809 MAX_LINE_LENGTH, word, MAX_LINE_LENGTH, pron,
821 pron[ strlen(pron)+1] = 0; // make sure we have double-null!
822 esr_status = SR_GrammarAddWordToSlot ( active_grammar, slot, word, pron, weightNumber, semanticTag );
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 793 LCHAR pron [MAX_LINE_LENGTH]; local
802 MAX_LINE_LENGTH, word, MAX_LINE_LENGTH, pron,
814 esr_status = SR_GrammarAddWordToSlot ( active_grammar, slot, word, pron, weightNumber, semanticTag );
    [all...]

Completed in 56 milliseconds