HomeSort by relevance Sort by last modified time
    Searched refs:phoneme (Results 1 - 11 of 11) sorted by null

  /external/srec/srec/include/
hmm_desc.h 51 unsigned char phone; /* Internal phoneme symbol */
65 phoneme_info *phoneme; member in struct:__anon12632
134 /* int phoneme; */
  /external/srec/srec/Vocabulary/include/
SR_VocabularyImpl.h 95 ESR_ReturnCode SR_VocabularyGetPronunciationImpl(SR_Vocabulary* self, const LCHAR* word, LCHAR* phoneme, size_t* len);
  /external/srec/tools/dictTest/
dictTest.c 63 //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/
vocab.h 84 bool getPhoneme( int pronIndex, int picIndex , std::string &phoneme );
vocab.cpp 176 bool Pronunciation::getPhoneme( int pronIndex, int picIndex , std::string &phoneme )
180 phoneme= s.at(picIndex);
  /external/srec/srec/Vocabulary/src/
Vocabulary.c 95 ESR_ReturnCode SR_VocabularyGetPronunciation(SR_Vocabulary* self, const LCHAR* word, LCHAR* phoneme, size_t* len)
102 return self->getPronunciation(self, word, phoneme, len);
106 * ETI to INFINITIVE Phoneme conversion stuff
VocabularyImpl.c 416 /* 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/
picoloaddbg.lua 3 -- lua script picoloaddbg.lua --- creates pkb containing phoneme information.
  /external/srec/srec/clib/
srec_arb.c 65 /* 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:__anon12609
452 /* if(debug)printf("phoneme %d num_hmms %d (%d-%d)\n", i, num_hmms_in_phoneme,
  /external/srec/tools/test_g2g/
test_g2g.c 50 long phoneme; member in struct:__anon12704
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,
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 413 milliseconds