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

/external/srec/srec/crec/
H A Dsrec_context.c906 int FST_LoadGraph(srec_context* pfst, wordmap* imap, wordmap* omap, argument
920 srec_context* fst = pfst;
930 pfst->modelid = 0;
936 pfst->modelid = strtoul(line + strlen("modelid:"), &p, 10);
1125 int FST_UnloadGraph(srec_context* pfst) argument
1127 if (pfst->ilabels)
1128 FREE(pfst->ilabels);
1129 FREE(pfst->FSMarc_list);
1130 FREE(pfst->FSMnode_list);
1131 FREE(pfst
[all...]

Completed in 223 milliseconds