Lines Matching refs:picokfst_FST
88 * This data is encapsulated in a picokfst_FST that can later be retrieved
99 typedef struct picokfst_fst * picokfst_FST;
102 picokfst_FST picokfst_getFST(picoknow_KnowledgeBase this);
111 picoos_uint8 picokfst_kfstGetTransductionMode(picokfst_FST this);
115 void picokfst_kfstGetFSTSizes (picokfst_FST this, picoos_int32 *nrStates, picoos_int32 *nrClasses);
121 void picokfst_kfstStartPairSearch (picokfst_FST this, picokfst_symid_t inSym,
128 void picokfst_kfstGetNextPair (picokfst_FST this, picoos_int32 * searchState,
135 void picokfst_kfstGetTrans (picokfst_FST this, picokfst_state_t startState, picokfst_class_t transClass,
144 void picokfst_kfstStartInEpsTransSearch (picokfst_FST this, picokfst_state_t startState,
153 void picokfst_kfstGetNextInEpsTrans (picokfst_FST this, picoos_int32 * searchState,
162 picoos_bool picokfst_kfstIsAcceptingState (picokfst_FST this, picokfst_state_t state);