Searched defs:picokfst_FST (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/lib/
H A Dpicokfst.h88 * This data is encapsulated in a picokfst_FST that can later be retrieved
99 typedef struct picokfst_fst * picokfst_FST; typedef in typeref:struct: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 thi
[all...]

Completed in 152 milliseconds