I want to "export" state posterior from lattice, and it seem "lattice-to-post" is a recommended choice. But I can't understand the implementation of the tool.
As my understanding, Lattice contain both graph cost and AM cost, so why do we need "forward-backward over lattices and computes the posterior probabilities of the arcs" (kaldi::LatticeForwardBackward) instead of get it from lattice weight directly.
(forward-backward algorithm is complicated for me, so I haven't get the idea of LatticeForwardBackward yet)
Thanks