Searched refs:pron (Results 1 - 14 of 14) sorted by relevance

/external/srec/tools/grxmlcompile/
H A Dvocab.cpp99 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;
187 std::string pron; local
192 getPron( pronIndex, pron );
193 int numPhonemes = pron.size();
197 cphon = pron
222 std::string pron; local
[all...]
H A Dsub_phon.cpp34 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);
H A Dgrxmlcompile.cpp478 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/seti/sltsEngine/include/
H A Dfsm_dictionary.h45 int get_lts_pron(FSM_DICTIONARY *d, char *word, char **pron, int max_pron_len);
/external/srec/srec/ca/
H A Dvoc_basi.c138 int CA_GetFullEntryInDictionary(CA_Vocab *hVocab, const char *label, char *pron, int *pronSize, int pronMaxSize);
140 int CA_GetEntryInDictionary(CA_Vocab *hVocab, const char *label, char *pron, int *pronSize, int pronMaxSize) argument
145 rc = CA_GetFullEntryInDictionary(hVocab, label, pron, pronSize, pronMaxSize);
153 int CA_GetFullEntryInDictionary(CA_Vocab *hVocab, const char *label, char *pron, int *pronSize, int pronMaxSize) argument
160 pronCount = get_prons(&hVocab->voc, label, pron, pronMaxSize);
171 pronCount = get_prons(&hVocab->voc, lower, pron, pronMaxSize);
/external/srec/tools/cmd/
H A Dpht_to_long.pl47 ($word, $pron) = split(/\s+/);
48 @sphlist = split(/ */, $pron);
54 warn "error: unknown sph $sph in $word $pron\n" ;
H A Dpht_to_short.pl56 ($word, $pron) = split(/\s*\t\s*/, $_, 2);
58 @lphlist = split(/\s+/, $pron);
/external/srec/tools/dictTest/
H A DdictTest.c54 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/srec/include/
H A Dsrec_context.h197 const char* pron, const int cost);
H A Dsimapi.h656 char *pron,
663 * pron buffer to put pronunciation in. The format
666 * pronSize the number of bytes returned in the pron buffer
667 * pronMaxSiz this size of "pron"
/external/srec/srec/crec/
H A Dsrec_context.c1189 const char* word, const char* pron,
1282 if (!word || !*word || !pron || !*pron)
1285 PLogError("error: null word/pron on input to FST_AddWordToGrammar()\n");
1290 IF_DEBUG_WDADD(printf("Adding %s %s\n", word, (const char*)pron));
1293 for( ; (*pron)!='\0'; pron+=(pron_len+1)) {
1294 pron_len = strlen((char*)pron);
1297 PLogError("error: wordadd failed on word %s due to pron [%s] too long\n", word, (char*)pron);
1188 FST_AddWordToGrammar(srec_context* fst, const char* _slot, const char* word, const char* pron, const int cost) argument
[all...]
/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c800 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 );
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c793 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 );
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 549 milliseconds