Searched refs:picokfst_FST (Results 1 – 10 of 10) sorted by relevance
/external/svox/pico/lib/ |
D | picokfst.h | 99 typedef struct picokfst_fst * picokfst_FST; typedef 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 transC… 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);
|
D | picokfst.c | 230 picokfst_FST picokfst_getFST(picoknow_KnowledgeBase this) in picokfst_getFST() 235 return (picokfst_FST) this->subObj; in picokfst_getFST() 247 extern picoos_uint8 picokfst_kfstGetTransductionMode(picokfst_FST this) in picokfst_kfstGetTransductionMode() 259 extern void picokfst_kfstGetFSTSizes (picokfst_FST this, picoos_int32 *nrStates, picoos_int32 *nrCl… in picokfst_kfstGetFSTSizes() 272 extern void picokfst_kfstStartPairSearch (picokfst_FST this, picokfst_symid_t inSym, in picokfst_kfstStartPairSearch() 309 extern void picokfst_kfstGetNextPair (picokfst_FST this, picoos_int32 * searchState, in picokfst_kfstGetNextPair() 342 extern void picokfst_kfstGetTrans (picokfst_FST this, picokfst_state_t startState, picokfst_class_t… in picokfst_kfstGetTrans() 363 extern void picokfst_kfstStartInEpsTransSearch (picokfst_FST this, picokfst_state_t startState, in picokfst_kfstStartInEpsTransSearch() 386 extern void picokfst_kfstGetNextInEpsTrans (picokfst_FST this, picoos_int32 * searchState, in picokfst_kfstGetNextInEpsTrans() 418 extern picoos_bool picokfst_kfstIsAcceptingState (picokfst_FST this, picokfst_state_t state) in picokfst_kfstIsAcceptingState()
|
D | picotrns.h | 133 extern pico_status_t picotrns_transduce (picokfst_FST fst, picoos_bool firstSolOnly, 176 pico_status_t picotrns_stTransduce(picotrns_SimpleTransducer this, picokfst_FST fst);
|
D | picodata.h | 577 picokfst_FST xsampa_parser, 578 picokfst_FST svoxpa_parser, 579 picokfst_FST xsampa2svoxpa_mapper,
|
D | picotrns.c | 295 static void GetNextAlternative (picokfst_FST fst, picotrns_AltDesc altDesc, in GetNextAlternative() 456 static void TransductionStep (picokfst_FST fst, struct picotrns_transductionState * transductionSta… in TransductionStep() 561 pico_status_t picotrns_transduce (picokfst_FST fst, picoos_bool firstSolOnly, in picotrns_transduce() 678 pico_status_t picotrns_stTransduce(picotrns_SimpleTransducer this, picokfst_FST fst) in picotrns_stTransduce()
|
D | picodata.c | 906 picoos_Common common, picokfst_FST xsampa_parser, in picodata_mapPAStrToPAIds() 907 picokfst_FST svoxpa_parser, picokfst_FST xsampa2svoxpa_mapper, in picodata_mapPAStrToPAIds()
|
D | picotok.c | 260 picokfst_FST xsampa_parser; 261 picokfst_FST svoxpa_parser; 262 picokfst_FST xsampa2svoxpa_mapper;
|
D | picospho.c | 229 picokfst_FST fst[PICOKNOW_MAX_NUM_SPHO_FSTS]; 293 picokfst_FST fst; in sphoInitialize()
|
D | picosa.c | 238 picokfst_FST fst[PICOKNOW_MAX_NUM_WPHO_FSTS]; 248 picokfst_FST fst; in saInitialize()
|
D | picopr.c | 328 picokfst_FST xsampa_parser; 329 picokfst_FST svoxpa_parser; 330 picokfst_FST xsampa2svoxpa_mapper;
|