Home | History | Annotate | Download | only in lib

Lines Matching full:bound

110  *                       - existing BOUND items
112 * - bound upgrades/downgrades from transduction
113 * - bound upgrades/downgrades/insertions from SIL command items (originating e.g. from <break> text commands)
114 * all relevant bounds are placed in the corresponding headx extention; original bound items become invalid.
116 * this is the second round of alignment, treating non-BOUND items
119 * - BOUND items are consumed with no effect
211 picoos_int16 lastPhraseBoundPos; /* position of the last bound encountered (<0 if inexistent or not reachable */
542 Items considered in a transduction are a BOUND or a WORDPHON item. its starting offset within the
559 PICODBG_TRACE(("found bound of type %c\n",head->info1));
560 /* BOUND(<bound strength><phrase type>) */
561 /* insert bound strength */
562 PICODBG_TRACE(("inserting phrase bound phoneme %c and setting suppresWB=1\n",fstSymbol));
708 /** Calculate bound strength modified by transduction
710 * Given the original bound strength 'orig' and the desired target strength 'target' (suggested by fst),
711 * calculate the modified bound strength.
713 * @param orig original bound strength
714 * @param target target bound strength
715 * @return resulting bound strength
722 /* don't allow primary phrase bounds to be demoted to word bound */
737 /** Calculate bound strength modified by a \<break> command
739 * Given the original (predicted and possibly fst-modified) bound strength, and a time value from an
740 * overwriding \<break> command, calculate the modified bound strength.
742 * @param orig original bound strength
745 * @return modified bound strength
822 PICODBG_DEBUG(("outputting a bound of strength '%c' and type '%c' without duration constraints",ohead.info1, ohead.info2));
828 PICODBG_DEBUG(("outputting a bound of strength '%c' and type '%c' with duration constraints [%i,%i]",ohead.info1, ohead.info2,sildur, sildur));
833 /* disable side bound */
837 /** Set bound strength and sil dur.
839 * given the original bound strength 'orig_strength' and the fst-suggested bound strength 'fst_strength'
840 * and possibly being in a pending break state, calculate the resulting bound
853 /* insert modified bound according to transduction symbol, if any */
862 PICODBG_DEBUG(("setting bound strength to fst-suggested value %c (was %c)",strength, spho->headx[spho->outReadPos].boundstrength, spho->breakTime));
865 /* insert modified bound according to pending break, if any */
871 PICODBG_DEBUG(("setting bound strength to break-imposed value %c (was %c) and time to %i",strength, spho->headx[spho->outReadPos].boundstrength, spho->breakTime));
877 /* we did set a bound strength, possibly promoting or demoting a boundary; now set the phrase type
878 * possibly also changing the phrase type of the previous phrase bound
889 /* we still can change prev phrase bound */
907 /* we still can change prev phrase bound */
1092 PICODBG_INFO(("PARSE found sentence end or term BOUND"));
1132 /* eliminate bound */
1151 /* if it is a word or a bound try to extract phonemes */
1152 PICODBG_INFO(("PARSE found WORD phon or phrase BOUND"));
1159 * activeEndPos was a bound */
1295 * Align input items with transduced phones and note bound stregth changes and break commands
1321 /* consume FST bound phones, consider pending break and set the side-bound */
1322 PICODBG_INFO(("got BOUND or WORDPHON item and expects corresponding phone"));
1333 /* insert modified bound according to transduction and possibly pending break */
1440 /* ***************** "side-bound" *********************/
1448 /* ***************** BOUND *********************/
1450 PICODBG_DEBUG(("RECOMB got BOUND item and expects corresponding phone"));
1471 PICODBG_DEBUG(("RECOMB got WORDPHON item but skips expecting BOUND"));
1474 PICODBG_DEBUG(("RECOMB got WORDPHON item and expects corresponding bound phone"));