2008-03-10 11:39  sumomo

	* libjulius/src/: pass1.c, realtime-1stpass.c, recogmain.c: Fix CMN
	  not working well on spsegment/GMM-VAD/decoder-VAD mode.

2008-03-02 02:10  sumomo

	* libsent/: configure, configure.in, include/sent/config.h.in,
	  src/adin/adin_mic_linux_alsa.c: Fixed ALSA recording to work.
	  Many codes are updated.

2008-02-21 13:10  sumomo

	* libjulius/src/beam.c: Word recognition results are not correctly
	  sorted when using "-output N".

2008-02-18 23:35  sumomo

	* julius/module.c: Added a module command "GRAMINFO" to return
	  grammar info.

2008-02-18 23:32  sumomo

	* libjulius/src/m_fusion.c: Now -spsegment detects error when pause
	  word is not defined in dictionary.

2008-02-15 03:26  sumomo

	* libsent/src/phmm/mkwhmm.c: Fixed bug of immediate stop when no sp
	  model in multi-path mode.

2008-02-15 03:25  sumomo

	* libjulius/src/: m_info.c, search_bestfirst_v1.c,
	  search_bestfirst_v2.c, word_align.c: Fixed hungup when sp model
	  not exist on AM in multipath.

2008-02-14 13:44  sumomo

	* libjulius/: include/julius/extern.h, src/multi-gram.c: Changes
	  for better grammar handling: - multigram_add() returns the newly
	  assigned grammar id.	- a function is added to get grammar id
	  from name string.  - modified STAT message to output grammar name
	  together with id.

2008-02-14 13:41  sumomo

	* julius/module.c: Extended ACTIVATEGRAM, DEACTIVATEGRAM, DELGRAM
	  to specify grammar by name.

2008-02-13 17:49  sumomo

	* libjulius/include/julius/extern.h: Updated for some function
	  changes.

2008-02-13 17:48  sumomo

	* libjulius/src/: outprob_style.c, search_bestfirst_v1.c,
	  search_bestfirst_v2.c: Global variables and work area has been
	  moved to RecogProcess and StackDecode.

2008-02-13 17:47  sumomo

	* libjulius/src/wchmm.c: qsort function switched to qsort_reentrant
	  in libsent for modularity.

2008-02-13 17:46  sumomo

	* libjulius/src/confnet.c: Updated for being re-entrant.

2008-02-13 17:45  sumomo

	* libjulius/src/: m_jconf.c, m_options.c, ngram_decode.c,
	  search_bestfirst_main.c: Removed unnecessary static variables in
	  some functions.

2008-02-13 17:43  sumomo

	* libjulius/include/julius/wchmm.h: Work area (lccbuf, lccbuf2)
	  moved to wchmm.

2008-02-13 17:43  sumomo

	* libjulius/include/julius/recog.h: Some global varibables has been
	  moved to RecogProcess and StackDecode.

2008-02-13 17:42  sumomo

	* libjulius/src/: adin-cut.c, beam.c: Removed unnecessary static
	  variables in functions.

2008-02-13 17:40  sumomo

	* libsent/: Makefile.in, include/sent/util.h, src/util/qsort.c: new
	  qsort function to pass data object to comparison function for
	  re-entrant usage.

2008-02-13 17:40  sumomo

	* libsent/src/hmminfo/: cdset.c, chkhmmlist.c, hmm_lookup.c,
	  put_htkdata_info.c: Eliminated unnecessary global variables.

2008-02-13 17:38  sumomo

	* libsent/include/sent/htk_hmm.h: Set smaller value for
	  MAX_HMMNAME_LEN

2008-02-06 09:03  sumomo

	* libsent/src/ngram/ngram_read_bin.c: Fixed segfault on reading big
	  N-gram in binary format.

2008-02-05 17:14  sumomo

	* libsent/src/anlz/strip_mfcc.c: Fixed segfault when bogus frame
	  stripping occur on MFCC input.

2008-01-30 12:49  sumomo

	* libjulius/src/: adin-cut.c, m_adin.c: Fixed segfault when using
	  "-48".

2008-01-30 09:48  sumomo

	* libsent/src/ngram/: ngram_compact_context.c, ngram_read_arpa.c:
	  Fixed a bug on N-gram bowt compaction for big N-gram (index >
	  24bit).

2008-01-25 15:37  sumomo

	* libjulius/src/m_fusion.c, libsent/src/wav2mfcc/ss.c: Add checker
	  to specify too small value for -sscalc.

2008-01-22 22:01  sumomo

	* generate-ngram/Makefile.in, julius/Makefile.in,
	  julius/charconv_iconv.c, julius/config.h.in,
	  libjulius/Makefile.in, libsent/Makefile.in,
	  libsent/include/sent/stddefs.h: Fixed some tiny problems when
	  compiling on cygwin / mingw.

2008-01-22 15:02  sumomo

	* libsent/src/ngram/: ngram_compact_context.c, ngram_read_arpa.c:
	  N-gram back-off compaction behavior changed not to do it when all
	  entries has valid bo-wt, and also avoid compaction on some cases
	  they has bo-wt even when upper N-gram does not exist.

2008-01-20 13:37  sumomo

	* generate-ngram/Makefile.in: Wrongly commit debug file, revert to
	  1.2.

2008-01-20 13:34  sumomo

	* generate-ngram/: Makefile.in, generate-ngram.c: Fix incorrect
	  count (+1) in generating random word.

2008-01-19 16:07  sumomo

	* libsent/src/ngram/ngram_compact_context.c: Fix some output.

2008-01-19 16:07  sumomo

	* libsent/src/ngram/ngram_access.c: Fix uni-gram prob. when
	  dictionary contains unk word.

2008-01-13 01:28  sumomo

	* libjulius/src/search_bestfirst_main.c: Fix wrong message, since
	  Julius-4 does not output the 1st pass result as final result if
	  2nd pass failed.

2008-01-10 13:16  sumomo

	* libsent/src/ngram/ngram_access.c: Fixed incorrect 2-gram prob at
	  first pass when using only backward N-gram.

2007-12-23 19:08  sumomo

	* libjulius/: include/julius/jconf.h, src/default.c, src/gmm.c,
	  src/m_info.c, src/m_options.c, src/m_usage.c, src/pass1.c: Fixed
	  not working GMM VAD.	Two options newly added "-gmmup" and
	  "-gmmdown" to specify GMM up / down trigger.

2007-12-18 23:32  tag release_4_0

2007-12-18 23:32  sumomo

	* julius/output_stdout.c, libjulius/src/pass1.c: Fix compilation
	  fault.

