364 * Check whether nan appear explicitly in the acoustic models and vector.c, this will make gausubvq works. This shouldn't break the VQ generated in the past. Because if nan exists in any of the past models, gausubvq will give abnormal results and some of us should have observed.
365 *
366 * Revision 1.1 2006/04/05 20:27:30 dhdfu
367 * A Great Reorganzation of header files and executables
377 * Add a statistics inventory structure, it takes care of 1, counters, 2, timers. Interfaces are provided to allow convenient clearing and updating of structures
378 *
379 * Revision 1.2 2005/06/13 04:02:57 archan
380 * Fixed most doxygen-style documentation under libs3decoder.
381 *
382 * Revision 1.1.1.1 2005/03/24 15:24:00 archan
383 * I found Evandro's suggestion is quite right after yelling at him 2 days later. So I decide to check this in again without any binaries. (I have done make distcheck. ) . Again, this is a candidate for s3.6 and I believe I need to work out 4-5 intermediate steps before I can complete the first prototype. That's why I keep local copies.
389 * 1, move libutil/libutil.h to s3types.h, seems to me not very nice to have it in every files. 2, Remove warning messages of main_align.c 3, Remove warning messages in chgCase.c
392 * 1, s3cipid_t is upgraded to int16 because we need that, I already check that there are no magic code using 8-bit s3cipid_t
393 * 2, Refactor the ep code and put a lot of stuffs into fe.c (should be renamed to something else.
394 * 3, Check-in codes of wave2feat and cepview. (cepview will not dump core but Evandro will kill me)
395 * 4, Make the same command line frontends for decode, align, dag, astar, allphone, decode_anytopo and ep . Allow the use a file to configure the application.
396 * 5, Make changes in test such that test-allphone becomes a repeatability test.
397 * 6, cepview, wave2feat and decode_anytopo will not be installed in 3.5 RCIII
398 * (Known bugs after this commit)
399 * 1, decode_anytopo has strange bugs in some situations that it cannot find the end of the lattice. This is urgent.
400 * 2, default argument file's mechanism is not yet supported, we need to fix it.
401 * 3, the bug discovered by SonicFoundry is still not fixed.
404 * commit of 1, absolute CI-GMMS , 2, fast CI senone computation using svq, 3, Decrease the number of static variables, 4, fixing the random generator problem of vector_vqgen, 5, move all unused files to NOTUSED