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

/external/srec/srec/include/
H A Dsrec_context.h2 * srec_context.h *
98 typedef struct srec_context struct
161 srec_context; typedef in typeref:struct:srec_context
189 int FST_AttachArbdata(srec_context* fst, srec_arbdata* allophone_tree);
190 int FST_DumpGraph(srec_context* fst, PFile* fp);
192 int FST_DumpReverseWordGraph(srec_context* context, PFile* fp);
194 int FST_AddWordToGrammar(srec_context* fst,
198 int FST_ResetGrammar(srec_context* fst);
200 int FST_PrepareContext(srec_context* fst);
201 int FST_IsVoiceEnrollment(srec_context* contex
[all...]

Completed in 96 milliseconds