Home
last modified time | relevance | path

Searched refs:wordmap_create (Results 1 – 3 of 3) sorted by relevance

/external/srec/srec/include/
Dsrec_context.h226 int wordmap_create(wordmap** pwmap, int num_chars, int num_words, int num_words_to_add);
/external/srec/srec/Semproc/src/
DSemanticGraphImpl.c340 wordmap_create(&semgraph->scripts, i, num_scripts, (int)AVG_SCRIPTS_PER_WORD*num_words_to_add); in SR_SemanticGraph_LoadFromTextFiles()
417wordmap_create(&semgraph->scopes_olabels, num_scope_chars, num_scope_words,0); // max_num_arc_toke… in SR_SemanticGraph_LoadFromTextFiles()
/external/srec/srec/crec/
Dsrec_context.c332 int wordmap_create(wordmap** pwmap, int num_chars, int num_words, int num_words_to_add) in wordmap_create() function
395 wordmap_create(&wmap, num_chars, num_words, num_words_to_add); in FST_LoadWordMap()