HomeSort by relevance Sort by last modified time
    Searched refs:picokfst_FST (Results 1 - 10 of 10) sorted by null

  /external/svox/pico/lib/
picokfst.h 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
    [all...]
picokfst.c 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
    [all...]
picotrns.h 133 extern pico_status_t picotrns_transduce (picokfst_FST fst, picoos_bool firstSolOnly,
144 pico_status_t picotrns_transduce_sequence(picokfst_FST fst, const picotrns_possym_t inSeq[], picoos_uint16 inSeqLen,
176 pico_status_t picotrns_stTransduce(picotrns_SimpleTransducer this, picokfst_FST fst);
picodata.h 577 picokfst_FST xsampa_parser,
578 picokfst_FST svoxpa_parser,
579 picokfst_FST xsampa2svoxpa_mapper,
picotrns.c 295 static void GetNextAlternative (picokfst_FST fst, picotrns_AltDesc altDesc,
456 static void TransductionStep (picokfst_FST fst, struct picotrns_transductionState * transductionState,
561 pico_status_t picotrns_transduce (picokfst_FST fst, picoos_bool firstSolOnly,
678 pico_status_t picotrns_stTransduce(picotrns_SimpleTransducer this, picokfst_FST fst)
picodata.c 906 picoos_Common common, picokfst_FST xsampa_parser,
907 picokfst_FST svoxpa_parser, picokfst_FST xsampa2svoxpa_mapper,
    [all...]
picotok.c 260 picokfst_FST xsampa_parser;
261 picokfst_FST svoxpa_parser;
262 picokfst_FST xsampa2svoxpa_mapper;
    [all...]
picosa.c 238 picokfst_FST fst[PICOKNOW_MAX_NUM_WPHO_FSTS];
248 picokfst_FST fst;
    [all...]
picospho.c 229 picokfst_FST fst[PICOKNOW_MAX_NUM_SPHO_FSTS];
293 picokfst_FST fst;
    [all...]
picopr.c 328 picokfst_FST xsampa_parser;
329 picokfst_FST svoxpa_parser;
330 picokfst_FST xsampa2svoxpa_mapper;
    [all...]

Completed in 250 milliseconds