Home | History | Annotate | Download | only in lib

Lines Matching refs:picokfst_FST

195  * This data is encapsulated in a picokfst_FST that can later be retrieved
230 picokfst_FST picokfst_getFST(picoknow_KnowledgeBase this)
235 return (picokfst_FST) this->subObj;
247 extern picoos_uint8 picokfst_kfstGetTransductionMode(picokfst_FST this)
259 extern void picokfst_kfstGetFSTSizes (picokfst_FST this, picoos_int32 *nrStates, picoos_int32 *nrClasses)
272 extern void picokfst_kfstStartPairSearch (picokfst_FST this, picokfst_symid_t inSym,
309 extern void picokfst_kfstGetNextPair (picokfst_FST this, picoos_int32 * searchState,
342 extern void picokfst_kfstGetTrans (picokfst_FST this, picokfst_state_t startState, picokfst_class_t transClass,
363 extern void picokfst_kfstStartInEpsTransSearch (picokfst_FST this, picokfst_state_t startState,
386 extern void picokfst_kfstGetNextInEpsTrans (picokfst_FST this, picoos_int32 * searchState,
418 extern picoos_bool picokfst_kfstIsAcceptingState (picokfst_FST this, picokfst_state_t state)