Home | History | Annotate | Download | only in lib

Lines Matching full:pair

44 typedef picoos_int16 picokfst_class_t; /* type of symbol pair classes */
113 /* returns number of states and number of pair classes in FST;
124 /* gets next pair for input symbol specified with preceding call to 'picokfst_kfstStartPairSearch';
125 '*searchState' maintains the search state, 'pairFound' returns whether any more pair was found,
126 '*outSym' returns the output symbol of the found pair, and '*pairClass' returns the
127 transition class of the found symbol pair */
132 /* attempts to do FST transition from state 'startState' with pair class 'transClass';
147 /* gets next FST transition with a pair with empty input symbol starting from a state
151 the output symbol of the found pair, and '*endState' returns the end state
152 of the found transition with that pair */
159 always do a last transition with a termination symbol pair, this function
161 with the terminator symbol pair */