#include <db.h>
Data Fields | |
let_stat * | forward |
Pointer to forward oriented tree. | |
let_stat * | backward |
Pointer to backward oriented tree. | |
CHAR | letter |
Letter at current position. | |
int | pos |
Current position. |
Old structure had members with already computed values. New structure uses only pointers to the tree with occurrences. It's more general and it should allow us to implement more complex methods. But it can be less efficient. This structure is used in evaluate functions.