Searched refs:phonemes (Results 1 - 3 of 3) sorted by relevance

/external/srec/srec/include/
H A Dsrec_arb.h27 #define PSET_BIT_ARRAY_SIZE 7 /* max phonemes is 7*16 (128) */
95 asr_int16_t num_states; /* total number of states, all allophones, phonemes */
121 int get_modelids_for_pron(srec_arbdata* allotree, const char* phonemes,
/external/srec/srec/clib/
H A Dsrec_arb.c119 const char* phonemes, int num_phonemes,
132 IF_DEBUG_PRONS(printf("%s get_modelids_for_pron pronunciation %s\n", __FILE__, (char*)phonemes));
136 cphon = (phonemeID)allotree->phoneme_index[ (unsigned)phonemes[0]];
139 cphon = (phonemeID)allotree->phoneme_index[ (unsigned)phonemes[0]];
147 (phonemeID)allotree->phoneme_index[ (unsigned)phonemes[i+1] ] ) ;
151 (phonemeID)allotree->phoneme_index[ (unsigned)phonemes[i+1] ] ) ;
118 get_modelids_for_pron(srec_arbdata* allotree, const char* phonemes, int num_phonemes, modelID* acoustic_model_ids) argument
/external/svox/pico/lib/
H A Dpicotok.c253 Word phonemes; member in struct:tok_subobj
932 if (picodata_mapPAStrToPAIds(tok->transducer, this->common, tok->xsampa_parser, tok->svoxpa_parser, tok->xsampa2svoxpa_mapper, tok->markupParams[1].paramVal, tok->markupParams[0].paramVal, tok->phonemes, sizeof(tok->phonemes)-1) == PICO_OK) {
934 PICODATA_ITEMINFO2_CMD_START, i2, tok->phonemes);
946 if (picodata_mapPAStrToPAIds(tok->transducer, this->common, tok->xsampa_parser, tok->svoxpa_parser, tok->xsampa2svoxpa_mapper, tok->markupParams[0].paramVal, PICODATA_XSAMPA, tok->phonemes, sizeof(tok->phonemes)) == PICO_OK) {
948 PICODATA_ITEMINFO2_CMD_START, i2, tok->phonemes);

Completed in 109 milliseconds