Searched refs:phoneme (Results 1 - 10 of 10) sorted by relevance

/external/srec/srec/include/
H A Dhmm_desc.h51 unsigned char phone; /* Internal phoneme symbol */
65 phoneme_info *phoneme; member in struct:__anon5060
134 /* int phoneme; */
/external/srec/srec/Vocabulary/include/
H A DSR_VocabularyImpl.h95 ESR_ReturnCode SR_VocabularyGetPronunciationImpl(SR_Vocabulary* self, const LCHAR* word, LCHAR* phoneme, size_t* len);
/external/srec/tools/dictTest/
H A DdictTest.c63 //parses the input file, runs phoneme tests and produces output to be parsed by perl script
70 LCHAR phoneme[MAX_PRONS_LENGTH];
93 rc = vocab->getPronunciation(vocab, phrase, phoneme, &len);
99 LFPRINTF(fout,"%s|%s|%s|", phrase, expectedPhoneme, phoneme);
101 if(LSTRCMP(expectedPhoneme, phoneme) == 0)
/external/srec/tools/grxmlcompile/
H A Dvocab.h84 bool getPhoneme( int pronIndex, int picIndex , std::string &phoneme );
H A Dvocab.cpp176 bool Pronunciation::getPhoneme( int pronIndex, int picIndex , std::string &phoneme )
180 phoneme= s.at(picIndex);
/external/srec/srec/Vocabulary/src/
H A DVocabulary.c95 ESR_ReturnCode SR_VocabularyGetPronunciation(SR_Vocabulary* self, const LCHAR* word, LCHAR* phoneme, size_t* len) argument
102 return self->getPronunciation(self, word, phoneme, len);
H A DVocabularyImpl.c416 /* pointer to curr phoneme output */
504 quote, and use the TTP to find out what single phoneme should
506 the code clean (no phoneme codes here), and maps 's' to 's' or 'z'
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dpicoloaddbg.lua3 -- lua script picoloaddbg.lua --- creates pkb containing phoneme information.
/external/srec/srec/clib/
H A Dsrec_arb.c65 /* get model id for phoneme in context */
142 return 1; /* bad phoneme */
154 return 1; /* bad phoneme */
174 * phoneme data stream functions *
373 long phoneme; member in struct:__anon5037
452 /* if(debug)printf("phoneme %d num_hmms %d (%d-%d)\n", i, num_hmms_in_phoneme,
/external/srec/tools/test_g2g/
H A Dtest_g2g.c50 long phoneme; member in struct:__anon5132
389 if(debug)printf("phoneme %d num_hmms %d (%d-%d)\n", i, num_hmms_in_phoneme,
402 PLogError("error: could not find hmm%d under any phoneme! ",ihmms[ii]);
529 if(debug)printf("phoneme %d num_hmms %d (%d-%d)\n", i, num_hmms_in_phoneme,

Completed in 84 milliseconds