data structure and associated functions to work with lists of words
void sort_counted_words(word_map_t wm, int opt)
sort a counted word list
word_map_t count_words(const word_list_t words)
count occurrences of words in a list
word_list_t split_words(FILE *is)
extract a list of words from a stream
data structure and associated functions to work with lists of words, integer pairs ...
struct word_list * word_list_t
Definition: word_list.h:12