Home | History | Annotate | Download | only in lib

Lines Matching full:sequence

35  * - A phone sequence to be transduced has to begin with PICOKNOW_PHON_START_ID and end with PICOKNOW_PHON_TERM_ID
39 * output position sequence must be a sub-sequence of the input position sequence.
41 * if the sequence pos1/sym1, pos2/sym2 should be tranduced to x/sym3, y/sym4, z/sym5, then x must be pos1 or pos2
45 * - E.g.: The original sequence is phon1 , command , phon2
48 * - Then the new sequence will be recomposed as phon1' , phon_ins , command , phon2' [note position of command!]
120 * @param inSeq the input sequence
121 * @param inSeqLen the input sequence length
122 * @retval outSeq the output sequence
123 * @retval outSeqLen the output sequence length