Home | History | Annotate | Download | only in lib

Lines Matching full:word

79  * - Word items are split into syllables, stored in
106 * word boundary phonemes are inserted between words
111 * - newly produced word bounds separating WORDPHON items
215 suppressParseWordBound, /* dont produce word boundary */
216 suppressRecombWordBound, /* dont produce word boundary */
220 wordStarted, /* is it the first syl in the word: expect POS */
490 /* return "syllable accent" (or prominence) symbol, given "word accent" symbol 'wacc' and stress value (no=0, primary=1, secondary=2) */
503 case 1: /* primary-stressed syllable gets word prominence */
566 /* suppress next word boundary */
573 /* insert word boundary if not suppressed */
576 PICODBG_TRACE(("adding word boundary phone"));
584 * the word accent symbol to the actual accent phoneme which is put after the syllable separator. */
603 /* replace syllSepId by combination of syllable stress and word prominence */
625 /* insert head of the first syllable of a word */
722 /* don't allow primary phrase bounds to be demoted to word bound */
731 /* don't allow bounds other than phrase or word bounds to be changed */
752 /* for word and phrase breaks, return 'modified', unless a non-silence gets time==0, in which
753 * case return no break (word break) */
1151 /* if it is a word or a bound try to extract phonemes */
1152 PICODBG_INFO(("PARSE found WORD phon or phrase BOUND"));
1158 /* replace activeEndPos if the new item is a word, or activeEndPos was not set yet, or
1172 else we skip the (too long word) */
1462 spho->suppressRecombWordBound = TRUE; /* if word following, don't need word boundary */
1469 /* i expect a word boundary symbol in this range unless a phrase boundary was encountered before */
1507 /* SYL: combine input word item with pos/phon pairs to syl output item */
1553 /* get phonemes of that syllable; stop if syllable boundary or outside word */
1570 PICODBG_DEBUG(("SYL arrived at end of word and/or end of phon buffer, go to next word"));