Skip to content
Snippets Groups Projects
Commit 26f33d6e authored by Chao Weng's avatar Chao Weng
Browse files

helper functions to do frame level MPE (head file)

git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@895 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
parent 7ad22cdf
No related branches found
No related tags found
No related merge requests found
......@@ -94,8 +94,10 @@ int32 LatticePhoneFrameAccuracy(const Lattice &hyp, const TransitionModel &trans
std::vector< std::map<int32, char> > *arc_accs,
std::vector<int32> *state_times);
BaseFloat LatticeForwardBackwardMpe(const Lattice &lat, Posterior *arc_post);
BaseFloat LatticeForwardBackwardMpe(const Lattice &lat,
const TransitionModel &trans,
const vector< std::map<int32, char> > &arc_accs,
Posterior *arc_post);
} // namespace kaldi
#endif // KALDI_LAT_LATTICE_FUNCTIONS_H_
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment