astar.h | 35 /* an arc_token is used for the word graph, this implementation 67 arc_token; typedef in typeref:struct:arc_token_t 80 arc_token* arc_for_wtoken; 125 arc_token* get_arc_for_word(arc_token* atoken, wordID word, void* context_void, 128 arc_token* get_arc_for_word_without_slot_annotation(arc_token* atoken, const char* word,
|