Home
last modified time | relevance | path

Searched refs:srec_context (Results 1 – 14 of 14) sorted by relevance

/external/srec/srec/include/
Dsrec_context.h98 typedef struct srec_context struct
161 srec_context; argument
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* context);
202 int FST_LoadContext(const char* synbase, srec_context** pcontext, int num_words_to_add);
[all …]
Dc42mul.h57 int activate_grammar_for_recognition(multi_srec* rec1, srec_context* context, const char* rule);
Dsrec.h196 srec_context *context; /*contains the recognition context (fst, info about models, etc)*/
Dsimapi.h141 srec_context* synx;
/external/srec/srec/crec/
Dsrec_context.c104 int sprintf_arc(char* buf, srec_context* fst, FSMarc* arc);
105 int printf_arc1(srec_context* fst, char* msg, FSMarc* arc);
106 int printf_node1(srec_context* fst, FSMnode* node);
109 int fst_add_arcs(srec_context* fst, nodeID start_node, nodeID end_node,
112 int fst_push_arc_olabel(srec_context* fst, FSMarc* arc);
113 int fst_push_arc_cost(srec_context* fst, FSMarc* arc);
114 int fst_pull_arc_olabel(srec_context* fst, FSMarc* arc);
115 int fst_free_arc(srec_context* fst, FSMarc* arc);
116 int fst_free_node(srec_context* fst, FSMnode* node);
117 int fst_free_arc_net(srec_context* fst, FSMarc* arc);
[all …]
Dtext_parser.c33 static int check_word_path(srec_context* context, arc_token* atok, in check_word_path()
110 int FST_CheckPath_Simple(srec_context* context, const char* transcription) in FST_CheckPath_Simple()
122 int FST_CheckPath_Complex(srec_context* context, const char* transcription, in FST_CheckPath_Complex()
192 int FST_CheckPath(srec_context* context, const char* transcription, in FST_CheckPath()
Dc47mulsp.c91 int activate_grammar_for_recognition(multi_srec* recm, srec_context* grammar, const char* rule) in activate_grammar_for_recognition()
93 srec_context* context = grammar; in activate_grammar_for_recognition()
Dsrec_debug.c94 srec_context *context = rec->context; in print_fsmarc_token()
Dastar.c71 srec_context* context = (srec_context*)context_void; in get_arc_for_word()
172 srec_context* context = (srec_context*)context_void; in get_arc_for_word_without_slot_annotation()
Dsrec.c1237 static int GetNumArcsArrivingClip2(srec_context* context, FSMnode* fsm_node) in GetNumArcsArrivingClip2()
/external/srec/srec/ca/
Dsyn_srec.c237 FST_UnloadContext((srec_context*)(hSyntax->synx)); in CA_FreeSyntax()
338 srec_context* context = hSyntax->synx; in CA_CheckTranscription()
DAndroid.mk59 ../crec/srec_context.c \
/external/srec/srec/Grammar/src/
DSR_GrammarImpl.c690 srec_context* fst = ca_syntax->synx; in SR_GrammarAllowOnly()
762 srec_context* fst = ca_syntax->synx; in SR_GrammarAllowAll()
/external/srec/tools/test_g2g/
Dtest_g2g.c191 srec_context* fst; in CheckG2G()