Home | History | Annotate | Download | only in lib

Lines Matching refs:inSeq

111 /** overall transduction; transduces 'inSeq' with 'inSeqLen' elements
120 * @param inSeq the input sequence
135 const picotrns_possym_t inSeq[], picoos_uint16 inSeqLen,
142 /* transduce 'inSeq' into 'outSeq' 'inSeq' has to be terminated with the id for symbol '#'. 'outSeq' is terminated in the same way. */
144 pico_status_t picotrns_transduce_sequence(picokfst_FST fst, const picotrns_possym_t inSeq[], picoos_uint16 inSeqLen,
148 /* copy elements from inSeq to outSeq, ignoring elements with epsilon symbol */
149 pico_status_t picotrns_eliminate_epsilons(const picotrns_possym_t inSeq[], picoos_uint16 inSeqLen,
152 /* copy elements from inSeq to outSeq, inserting syllable separators in some trivial way.
153 * inSeq is assumed to be at most, outSeq at least of size PICOTRNS_MAX_NUM_POSSYM */
155 const picotrns_possym_t inSeq[], const picoos_uint16 inSeqLen,