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

  /external/srec/srec/include/
srec_context.h 2 * 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* context)
    [all...]
c42mul.h 57 int activate_grammar_for_recognition(multi_srec* rec1, srec_context* context, const char* rule);
srec.h 31 #include "srec_context.h"
196 srec_context *context; /*contains the recognition context (fst, info about models, etc)*/
simapi.h 141 srec_context* synx;
    [all...]
  /external/srec/srec/crec/
c47mulsp.c 27 #include "srec_context.h"
91 int activate_grammar_for_recognition(multi_srec* recm, srec_context* grammar, const char* rule)
93 srec_context* context = grammar;
srec_context.c 2 * srec_context.c *
30 #include "srec_context.h"
41 "$Id: srec_context.c,v 1.84.4.54 2008/05/15 20:06:39 dahan Exp $";
104 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)
    [all...]
text_parser.c 21 #include"srec_context.h"
33 static int check_word_path(srec_context* context, arc_token* atok,
110 int FST_CheckPath_Simple(srec_context* context, const char* transcription)
122 int FST_CheckPath_Complex(srec_context* context, const char* transcription,
192 int FST_CheckPath(srec_context* context, const char* transcription,
srec_debug.c 94 srec_context *context = rec->context;
astar.c 26 #include"srec_context.h"
71 srec_context* context = (srec_context*)context_void;
172 srec_context* context = (srec_context*)context_void;
    [all...]
srec.c 33 #include "srec_context.h"
    [all...]
  /external/srec/srec/ca/
Android.mk 59 ../crec/srec_context.c \
syn_srec.c 38 #include "srec_context.h"
89 /* this belongs part of the srec_context! */
237 FST_UnloadContext((srec_context*)(hSyntax->synx));
338 srec_context* context = hSyntax->synx;
  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 690 srec_context* fst = ca_syntax->synx;
762 srec_context* fst = ca_syntax->synx;
  /external/srec/tools/test_g2g/
test_g2g.c 40 #include "srec_context.h"
191 srec_context* fst;

Completed in 321 milliseconds