Searched refs:wordmap (Results 1 - 8 of 8) sorted by relevance

/external/srec/srec/include/
H A Dsrec_context.h62 wordmap; typedef in typeref:struct:__anon12466
136 wordmap *ilabels; /* input arc labels */
137 wordmap *olabels; /* word labels */
191 int FST_DumpWordMap(PFile* fp, wordmap* wmap);
205 int FST_LoadWordMap(wordmap** pwmap, int num_words_to_add, PFile* fp);
206 int FST_UnloadWordMap(wordmap** pwmap);
207 int FST_LoadGraph(srec_context* pfst, wordmap* imap, wordmap* omap,
221 /* wordmap functions */
222 int wordmap_whether_in_rule(wordmap* wma
[all...]
/external/srec/srec/Semproc/include/
H A DSR_SemanticGraphImpl.h54 wordmap* ilabels;
57 * The word map containing the actual scripts. The index of teh script in the wordmap
60 wordmap* scripts;
73 wordmap* scopes_olabels;
126 SREC_SEMPROC_API ESR_ReturnCode SR_SemanticGraph_Load(SR_SemanticGraph* self, wordmap* ilabels, const LCHAR* basename, int num_words_to_add);
H A DSR_SemanticGraph.h28 #include "srec_context.h" /* for wordmap */
62 ESR_ReturnCode(*load)(struct SR_SemanticGraph_t* self, wordmap* ilabels, const LCHAR* basename, int num_words_to_add);
/external/srec/srec/Semproc/src/
H A DSemanticGraphImpl.c88 ESR_ReturnCode sr_semanticgraph_loadV2(SR_SemanticGraphImpl* impl, wordmap* ilabels, PFile* fp);
92 ESR_ReturnCode SR_SemanticGraph_LoadFromImage(SR_SemanticGraph* self, wordmap* ilabels, const LCHAR* g2g)
167 ESR_ReturnCode sr_semanticgraph_loadV2(SR_SemanticGraphImpl* impl, wordmap* ilabels, PFile* fp)
266 ESR_ReturnCode SR_SemanticGraph_LoadFromTextFiles(SR_SemanticGraph* self, wordmap* ilabels, const LCHAR* basename, int num_words_to_add)
319 - the integer MUST become the index of the script in the wordmap
321 - output labels referenced in the semgraph are the integers (wordmap index) prepending with '_'
367 /* make sure that the index in the wordmap matches the line number */
416 /* need to initialize my wordmap */
428 the index of the string by looking up in the ilabels wordmap */
432 or save the index in a wordmap whic
[all...]
H A DSemanticProcessorImpl.c86 static void sem_partial_path_print(sem_partial_path* path, sem_partial_path* paths, int npaths, wordmap* ilabels);
1117 sem_partial_path* paths, int npaths, wordmap* ilabels)
1167 wordmap* mid_words;
1168 wordmap* upper_words;
/external/srec/srec/crec/
H A Dsrec_context.c73 EXAMPLE: We need to cast a memory address to a (wordmap*)
74 so we call DATA_ALIGN(memptr, wordmap, filled),
139 static ESR_ReturnCode wordmap_clean ( wordmap *word_map );
140 static ESR_ReturnCode wordmap_populate ( wordmap *word_map, wordID num_words );
331 int wordmap_create(wordmap** pwmap, int num_chars, int num_words, int num_words_to_add)
333 wordmap* Interface;
337 Interface = (wordmap*)CALLOC_CLR(1, sizeof(wordmap), "srec.graph.wordmap.base");
340 /* *pwmap->words = (ptr32*) CALLOC_CLR(wmap->max_words, sizeof(ptr32), "graph.wordmap
2750 serializeWordMapV2(wordmap *wordmap, PFile* fp) argument
[all...]
H A Dastar.c74 wordmap* wmap = context->olabels;
175 wordmap* wmap = context->olabels;
/external/srec/tools/parseStringTest/
H A DparseStringTest.c111 wordmap* wmap;

Completed in 317 milliseconds