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

/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dsymshift.pl63 "phones=s" => \$PHONES, # string
83 $0 [-phones <phonestab>] [-POS <postab>] [-accents <acctab>]
93 -phones <infile>,
101 usually only -phones ans -POS are used.
H A Dpicoloadphones.lua3 -- lua script picoloadphones.lua --- creates pkb containing phones table.
8 -- load pico phones src file and create phones pkb file
H A Dpicoloaddbg.lua9 -- load pico phones src file and create dbg pkb file
/external/srec/seti/sltsEngine/include/
H A Dlts_seq_internal.h120 char **phones; member in struct:PM
150 /* check for combinations of LTS phones to substitute for ETI phones */
/external/svox/pico/lib/
H A Dpicotrns.h154 pico_status_t picotrns_trivial_syllabify(picoktab_Phones phones,
H A Dpicotrns.c66 case PICOKFST_PLANE_PHONEMES: /* phones */
207 pico_status_t picotrns_trivial_syllabify(picoktab_Phones phones, argument
227 while ((j < inSeqLen) && !picoktab_isSyllCarrier(phones,(picoos_uint8)inSeq[j].sym)) {
228 if ((inSeq[j].sym == picoktab_getPrimstressID(phones))
229 || (inSeq[j].sym == picoktab_getPrimstressID(phones))) {
251 insertSym(outSeq,out++,picoktab_getSyllboundID(phones));
266 while ((i < inSeqLen) && picoktab_isSyllCarrier(phones,(picoos_uint8)inSeq[i].sym)) {
H A Dpicospho.c235 /* phones kb */
236 picoktab_Phones phones; member in struct:spho_subobj
238 /* some soecial ids from phones */
317 spho->phones = picoktab_getPhones(this->voice->kbArray[PICOKNOW_KBID_TAB_PHONES]);
319 spho->syllSepId = picoktab_getSyllboundID(spho->phones);
320 spho->primStressId = picoktab_getPrimstressID(spho->phones);
321 spho->secondStressId = picoktab_getSecstressID(spho->phones);
1292 PICODBG_INFO(("skipping left context phones results in %s", (SPHO_POSSYM_OUT_OF_RANGE==rv) ? "OUT_OF_RANGE" : (SPHO_POSSYM_END ==rv) ? "END" : "OTHER"));
1295 * Align input items with transduced phones and note bound stregth changes and break commands
1321 /* consume FST bound phones, conside
[all...]
H A Dpicosa.c711 PICODBG_WARN(("phones skipped"));
738 picoos_uint8 *phones; local
743 PICOKLEX_IND_SIZE, &pos, &phones, &plen)) {
749 PICODBG_WARN(("phones skipped"));
762 sa->cbuf2[sa->cbuf2Len] = phones[i];
834 picoos_uint8 *phones,
855 phones which are predicted in reverse order. Once all are
856 available put them in phones in usuable order. phonesind is
937 /* no phones to be added */
962 PICODBG_WARN(("phones skippe
829 saDoG2P(register picodata_ProcessingUnit this, register sa_subobj_t *sa, const picoos_uint8 *graph, const picoos_uint8 graphlen, const picoos_uint8 pos, picoos_uint8 *phones, const picoos_uint16 phonesmaxlen, picoos_uint16 *plen) argument
[all...]
H A Dpicotok.c367 static void tok_getParamPhonesStr (MarkupParams params, picoos_uchar paramId[], picoos_uchar alphabet[], picoos_uchar phones[], picoos_int32 phoneslen, picoos_bool * paramFound) argument
379 picoos_strlcpy((picoos_char*)phones, (picoos_char*)params[i].paramVal, phoneslen);
390 phones[0] = 0;
/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c341 pm->phones = (char**) lts_alloc(pm->num_phones, sizeof(char*));
342 if (pm->phones == NULL) {
351 pm->phones[i] = ph = (char*) lts_alloc(len+1, sizeof(char));
360 pm->phoneH = my_PHashTableCreate_FromStrings( (const char**)pm->phones,
384 if (pm->phones) {
386 if (pm->phones[i]) {
387 FREE(pm->phones[i]);
388 pm->phones[i] = NULL;
391 FREE(pm->phones);
392 pm->phones
[all...]

Completed in 181 milliseconds