Develop and Download Open Source Software

Show incremental difference of selected versions of 4.1 - Change Log.

category(Tag) tree

file info

category(Tag)
root
file name
julius_4.1_-_Changes
last update
2008-10-03 10:33
type
Plain Text
editor
LEE Akinobu
description
4.1 - Change Log
language
English
Japanese
translate
--- /tmp/DOCMAN2S2xyuI	2024-03-23 11:43:38.223415732 +0900
+++ /tmp/DOCMAN2mNcwkR	2024-03-23 11:43:38.223415732 +0900
@@ -1,44 +1,43 @@
 4.1 (2008.10.3)
 ================
-
-  -
-      -
-      -
-      -
-      -
-      -
-      - JuliusLib
-  -
-  - Linux, Windows  dlopen()  OS
+New plugin extension:
+  - supported types:
+      - A/D-in plugin
+      - feature vector input plugin
+      - audio input monitor / postprocess plugin
+      - feature vector monitor / postprocess plugin
+      - result plugin
+      - can add arbitrary JuliusLib callback via plugin
+  - sample codes is included, with full documentation of function spec.
+  - run on Linux, Windows and other unix variants with dlopen() capability

-
-  -
-  - MSD-HMM HTS
-  - CVN
-  - VTLN  frequency warping
-  - "-input alsa", "-input oss"  "-input esd"
-  -  perl  "jclient-perl"
+Newly supported features:
+  - multi-stream feature input
+  - MSD-HMM (compatible with "HTS" toolkit)
+  - CVN
+  - frequency warping for VTLN (no estimation yet)
+  - "-input alsa", "-input oss" and "-input esd"
+  - perl version of jcontrol client "jclient-perl"

-
-  -
-      -
-       "-LM"
-       "-AM"
-
-      - "-GLOBAL"
-
-   "-nosectioncheck"
+Modified:
+  - Restrict option orders when multiple instances defined (-AM, -LM, -SR):
+      - Option should be just after correspondence instance declaration.
+        (ex. LM options should be placed after "-LM" and before other
+        instance declaration.)
+      - Global option should be before any instance declaration, or
+        just after "-GLOBAL" option.
+    This new restriction can be removed by "-nosectioncheck" option.

-
-  - "-record"
-  - "-multigramout"
-  - jconf
-  - HMM HMM 256,
-  -
+Fixed bugs:
+  - "-record" fails to record the first silence part!
+  - Not working "-multigramout"
+  - environment variable expansion sometimes fail within jconf file.
+  - limits extended:
+     maximum HMM name length = 256 char, Number of HMM states unlimited.
+  - Module mode error message on grammar command.

-
-  - "Juliusbook"  (pdf / html)
-  - man
-
+Documents:
+  - Alpha version of "Juliusbook" (contains only manuals at this time)
+  - Unix manuals are moved to "man" directory.