HomeSort by relevance Sort by last modified time
    Searched defs:word_token (Results 1 - 2 of 2) sorted by null

  /external/srec/srec/include/
srec.h 39 below use indices into one fsmarc_token array and one word_token array. This
114 whether this word_token represents a homonym, this is used in confidence
121 word_token; typedef in typeref:struct:word_token_t
248 word_token *word_token_array; /* used for storage of all word tokens -
326 wtokenID get_word_token_list(priority_q *pq, word_token *word_token_array);
327 wtokenID add_word_token_to_priority_q(priority_q *pq, wtokenID token_index_to_add, word_token *word_token_array);
328 void remove_non_end_word_from_q(srec *rec, priority_q *pq, word_token *word_token_array, nodeID end_node);
329 costdata get_priority_q_threshold(priority_q *pq, word_token *word_token_array);
  /external/srec/srec/crec/
srec.c 492 word_token* wtoken;
667 * word_token functions *
676 word_token *word_token; local
687 word_token = &(rec->word_token_array[word_token_index]);
714 returns the word_token index just created
728 word_token* wtoken;
732 word_token* btoken = &rec->word_token_array[word_backtrace];
773 /* Jean: must allow for this word_token to be recycled */
786 this word_token ... TODO *
    [all...]

Completed in 50 milliseconds