Skip to main content

CompactLattice

Type Alias CompactLattice 

Source
pub type CompactLattice<A> = VectorFst<CompactLatticeArc<A>>;
Expand description

A lattice with one arc per word, for a decoding graph over A.

Aliased Typeยง

pub struct CompactLattice<A> { /* private fields */ }