[Download]
Separate C source files and descriptions are provided for each
dictionary implementation.
These dictionaries can be used by algorithms in this repository.
The header file dict_info.h defines a common structure type that each dictionary can provide. A program which uses this common structure type is then able to use different dictionaries interchangeably, as done by the supplied example program.