Home | History | Annotate | Download | only in lib

Lines Matching refs:fst

19  * fst processing
147 picokfst_state_t startFSTState; /**< starting FST state in current recursion position */
295 static void GetNextAlternative (picokfst_FST fst, picotrns_AltDesc altDesc,
315 without fst state change */
324 picokfst_kfstStartPairSearch(fst,inSeq[altDesc->inPos].sym,& inSymFound,& altDesc->searchState);
341 picokfst_kfstGetNextPair(fst,& altDesc->searchState,& pairFound,& (*outSym),& pairClass);
343 picokfst_kfstGetTrans(fst,altDesc->startFSTState,pairClass,& (*endFSTState));
355 picokfst_kfstStartInEpsTransSearch(fst,altDesc->startFSTState,& inEpsTransFound,& altDesc->searchState);
363 picokfst_kfstGetNextInEpsTrans(fst,& altDesc->searchState,& inEpsTransFound,& (*outSym),& (*endFSTState));
456 static void TransductionStep (picokfst_FST fst, struct picotrns_transductionState * transductionState,
500 GetNextAlternative(fst,& altDesc[tmpRecPos],inSeq,inSeqLen,& outSym,& outRefPos,& endFSTState,& nextInPos,& found);
508 if ((nextInPos == inSeqLen) && picokfst_kfstIsAcceptingState(fst,endFSTState)) {
561 pico_status_t picotrns_transduce (picokfst_FST fst, picoos_bool firstSolOnly,
589 TransductionStep(fst,&transductionState,altDescBuf,maxAltDescLen,firstSolOnly,printSolution,
675 * @param fst
678 pico_status_t picotrns_stTransduce(picotrns_SimpleTransducer this, picokfst_FST fst)
684 status = picotrns_transduce(fst,TRUE,NULL,