HomeSort by relevance Sort by last modified time
    Searched full:get_arc_for_word (Results 1 - 3 of 3) sorted by null

  /external/srec/srec/crec/
text_parser.c 83 next_atok = get_arc_for_word(atok, wdID, context, context->beg_silence_word);
astar.c 61 get_arc_for_word() finds the arc_token for a particular extension
67 arc_token* get_arc_for_word(arc_token* atoken, wordID word, function
87 return get_arc_for_word(&root_arc, word, context_void, terminal_word);
753 arc_for_token_index = get_arc_for_word(parp->arc_for_wtoken,
    [all...]
  /external/srec/srec/include/
astar.h 125 arc_token* get_arc_for_word(arc_token* atoken, wordID word, void* context_void,

Completed in 119 milliseconds