Home | History | Annotate | Download | only in lib

Lines Matching refs:lex

86   2. lex-index lookup and G2P (both directions possible, left-to-right done):
229 /* lex knowledge base */
230 picoklex_Lex lex;
402 /* kb lex */
403 sa->lex = picoklex_getLex(this->voice->kbArray[PICOKNOW_KBID_LEX_MAIN]);
404 if (sa->lex == NULL) {
408 PICODBG_DEBUG(("got lex"));
735 picoklex_Lex lex,
742 if (picoklex_lexIndLookup(lex, &(sa->cbuf1[sa->headx[ind].cind + 1]),
1178 PWP | lex/g2p = ~n-n 0+n | BUSY -> PPHR (lex/g2p done)
1197 picoklex_Lex lex;
1415 PUNC item), do lex lookup, g2p, or copy */
1442 lex = sa->lex;
1444 lex = sa->ulex[sa->headx[i].head.info2-1];
1446 if (PICO_OK != saLexIndLookup(this, sa, lex, i)) {