Searched refs:phones (Results 1 - 11 of 11) 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/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/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 200 milliseconds