#include <vithist.h>
Word lattice for recording decoded hypotheses.
lattice[i] = entry for a word ending at a particular frame. There can be at most one entry for a word in a given frame. NOTE: lattice array allocated statically. Need a more graceful way to grow without such an arbitrary internal limit.