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

  /external/srec/srec/Semproc/include/
SR_SemanticGraphImpl.h 26 #include "SR_SemanticGraph.h"
38 * SR_SemanticGraph implementation.
45 SR_SemanticGraph Interface;
122 SREC_SEMPROC_API ESR_ReturnCode SR_SemanticGraph_Destroy(SR_SemanticGraph* self);
126 SREC_SEMPROC_API ESR_ReturnCode SR_SemanticGraph_Load(SR_SemanticGraph* self, wordmap* ilabels, const LCHAR* basename, int num_words_to_add);
130 SREC_SEMPROC_API ESR_ReturnCode SR_SemanticGraph_Unload(SR_SemanticGraph* self);
134 SREC_SEMPROC_API ESR_ReturnCode SR_SemanticGraph_Save(SR_SemanticGraph* self, const LCHAR* filename, int version_number);
138 SREC_SEMPROC_API ESR_ReturnCode SR_SemanticGraph_AddWordToSlot(SR_SemanticGraph* self, const LCHAR* slot, const LCHAR* word, const LCHAR* tag, const ESR_BOOL maybeMultiMeaning);
142 SREC_SEMPROC_API ESR_ReturnCode SR_SemanticGraph_Reset(SR_SemanticGraph* self);
SR_SemanticGraph.h 2 * SR_SemanticGraph.h *
49 * @param self SR_SemanticGraph handle
55 * @param self SR_SemanticGraph handle
66 * @param self SR_SemanticGraph handle
74 * @param self SR_SemanticGraph handle
83 * @param self SR_SemanticGraph handle
93 * @param self SR_SemanticGraph handle
97 SR_SemanticGraph;
103 * @param self SR_SemanticGraph handle
105 SREC_SEMPROC_API ESR_ReturnCode SR_SemanticGraphCreate(SR_SemanticGraph** self)
    [all...]
SR_SemanticProcessor.h 26 #include "SR_SemanticGraph.h"
47 ESR_ReturnCode(*checkParse)(struct SR_SemanticProcessor_t* self, SR_SemanticGraph* semgraph, const LCHAR* transcription, SR_SemanticResult** result, size_t* resultCount);
55 ESR_ReturnCode(*checkParseByWordID)(struct SR_SemanticProcessor_t* self, SR_SemanticGraph* semgraph, wordID* wordIDs, SR_SemanticResult** result, size_t* resultCount);
SR_SemanticProcessorImpl.h 25 #include "SR_SemanticGraph.h"
66 SREC_SEMPROC_API ESR_ReturnCode SR_SemanticProcessor_CheckParse(SR_SemanticProcessor* self, SR_SemanticGraph* semgraph, const LCHAR* transcription, SR_SemanticResult** result, size_t* resultCount);
70 SREC_SEMPROC_API ESR_ReturnCode SR_SemanticProcessor_CheckParseByWordID(SR_SemanticProcessor* self, SR_SemanticGraph* semgraph, wordID* wordIDs, SR_SemanticResult** result, size_t* resultCount);
  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c 22 #include "SR_SemanticGraph.h"
39 ESR_ReturnCode SR_SemanticGraphCreate(SR_SemanticGraph** self)
66 *self = (SR_SemanticGraph*) impl;
74 ESR_ReturnCode SR_SemanticGraph_Destroy(SR_SemanticGraph* self)
92 ESR_ReturnCode SR_SemanticGraph_LoadFromImage(SR_SemanticGraph* self, wordmap* ilabels, const LCHAR* g2g)
266 ESR_ReturnCode SR_SemanticGraph_LoadFromTextFiles(SR_SemanticGraph* self, wordmap* ilabels, const LCHAR* basename, int num_words_to_add)
584 ESR_ReturnCode SR_SemanticGraph_Load(SR_SemanticGraph* self, wordmap* ilabels, const LCHAR* basename, int num_words_to_add)
602 ESR_ReturnCode SR_SemanticGraph_Unload(SR_SemanticGraph* self)
618 ESR_ReturnCode SR_SemanticGraph_Save(SR_SemanticGraph* self, const LCHAR* g2g, int version_number)
1021 ESR_ReturnCode SR_SemanticGraph_AddWordToSlot(SR_SemanticGraph* self, const LCHAR* _slot, const LCHAR* word, const LCHAR* script, const ESR_BOOL newWordAddedToFS (…)
    [all...]
  /external/srec/srec/Grammar/include/
SR_GrammarImpl.h 35 #include "SR_SemanticGraph.h"
85 SR_SemanticGraph* semgraph;

Completed in 37 milliseconds