53 * Merged from SPHINX3_5_2_RCI_IRII_BRANCH: 1, Added function hmm_vit_eval, a wrapper of computing the hmm level scores. 2, Fixed issues in , 3, Fixed issues of dox-doc
74 * Log. 1, Fixed doxygen documentation for all functions. 2, Add $Log$
75 * Revision 1.1 2006/04/05 20:27:30 dhdfu
76 * A Great Reorganzation of header files and executables
77 *
78 * Log. 1, Fixed doxygen documentation for all functions. 2, Add Revision 1.9 2006/02/22 16:46:38 arthchan2003
79 * Log. 1, Fixed doxygen documentation for all functions. 2, Add Merged from SPHINX3_5_2_RCI_IRII_BRANCH: 1, Added function hmm_vit_eval, a wrapper of computing the hmm level scores. 2, Fixed issues in , 3, Fixed issues of dox-doc
80 * Log. 1, Fixed doxygen documentation for all functions. 2, Add
81 *
82 * Revision 1.4 2005/06/13 04:02:55 archan
83 * Fixed most doxygen-style documentation under libs3decoder.
84 *
85 * Revision 1.3 2005/03/30 01:22:46 archan
86 * Fixed mistakes in last updates. Add
87 *
88 *
89 * 29-Feb-2000 M K Ravishankar (rkm@cs.cmu.edu) at Carnegie Mellon University
90 * Modified hmm_t.state to be a run-time array instead of a compile-time
91 * one. Modified compile-time 3 and 5-state versions of hmm_vit_eval
92 * into hmm_vit_eval_3st and hmm_vit_eval_5st, to allow run-time selection.
93 * Removed hmm_init().
94 *
95 * 08-Dec-1999 M K Ravishankar (rkm@cs.cmu.edu) at Carnegie Mellon University.
96 * Added HMM_SKIPARCS compile-time option and hmm_init().
97 *
98 * 10-May-1999 M K Ravishankar (rkm@cs.cmu.edu) at Carnegie Mellon University.