Download List

專案描述

Julius is an open-source, high-performance large vocabulary continuous speech recognition (LVCSR) engine for speech-related researchs and developments. With HMM acoustic model and language model, you can construct your own speech recognition system.

Moved to github: https://github.com/julius-speech/julius

System Requirements

System requirement is not defined

發布 2006-12-29 11:57
julius 3.5.3 (3 files 隱藏)

發布版本通知

Julius/Julian rev.3.5.3 is an update release. The most outstanding
feature of this release is that some code optimization around acoustic
computation made the recognition process faster up to 1.5 times.
Other improvements has been done for graph precision, usability,
stability and code modurality. All users using previous versions of
Julius/Julian are encouraged to upgrade to this release.

Summary of changes in 3.5.3:

o Recognition speed-up by code optimization for acoustic
computation and memory allocation.
o Support another way of specifying acoustic parameter conditions:
- can read an HTK Config file directly by "-htkconf".
- can embed acoustic analysis condition parameters into binary AM.
o New grammar-related tools: "dfa_minimize", "dfa_determinize".
(An HTK-to-Julian automatic grammar convertion tool "slf2dfa" is
also released)
o Other refinements:
- support generating separate candidates of different phone
context in word graph output.
- preliminary support for emulating energy normalization on live input.
o Bug fixes and code improvements.

Details of the changes are listed in "Release.txt".

Please note that if you want to compile Julius with DirectSound
support, you need DirectX headers installed in your mingw / cygwin
environment. If not exist, configure will choose an old interface.
Please see install instruction on the Web.

Julius-3.5.3 では,パフォーマンスの改善,文法関連ツールの追加,
およびグラフや音響特徴量の指定に関する修正と拡張が行われました.
以前のバージョンをお使いの方は,このバージョンへの移行を推奨します.

主な変更点は以下の通りです.

● 処理速度改善:コード最適化により処理速度が 1.1倍〜1.5倍上昇.
○ 音響分析条件の設定方法を拡張
- HTK Config を直接読み込めるようになった (-htkconf)
- バイナリHMMへ設定を埋め込めるようになった
○ 新たな文法最適化ツール:dfa_minimize, dfa_determinize
○ その他の機能追加:
- 単語グラフ生成で左右のコンテキストごとに異なる仮説の生成をサポート
- オンラインでのエネルギー項正規化の暫定サポート
○ バグ修正およびコードの改善


すべての変更点は Release-ja.txt にまとめられていますので,ご覧下さい.
なお,認識の精度は前バージョンと同一です.

Windows で DirectSound を使用した Julius をコンパイルするには,
DirectX のヘッダがインストールされている必要があります.
無い場合, configure スクリプトが自動的に古い(性能の低い)ドライバ
を使用します.インストールの詳細については Web のインストールマニュア
ルをご覧下さい.

更動紀錄

3.5.3 (2006.12.29)
===================
o Improved Performance:
- acoustic computation optimized: now becomes 20%-40% faster!
- optimize memory access: re-use work area of deleted hypothesis
in the 2nd pass.
- some memory allocation improvement on dictionary and word trellis.

o New Grammar Tools:
- "dfa_minimize", "dfa_determinize" will minimize/determinize DFA.
mkdfa.pl now calls dfa_mimize in it.
- "slf2dfa": a toolkit to convert HTK slf to Julian dfa (separate kit)

o Embedding HTK Acoustic Parameters:
- add option to load HTK Config file to set correct acoustic parameter
configuration at recognition time.
- the acoustic parameter configuration can be embedded into
header of a binary HMM file.

o Improved Word Graph:
- add an option to completely separate graph words: words with
different phone contexts can be output separatedly by
"-graphrange -1".

o Support for online energy normalization:
- Preliminary support for live recognition using acoustic model with
energy normalization. (approximate with maximum energy of last input)

o Code refinements:
- re-organize libsent/src/wav2mfcc.
- modularize acoustic parameter (Value) handling.
- output compile-time configuration of libsent with "--setting" option.
- Doxygen 1.5.0 support.
- "julius-info@lists.sourceforge.jp" becomes the official contact address.
- fixed typo on copyright notice.

o Fixed bugs:
- sometimes unable to read a binary LM on "--enable-words-int".
- memory leaks around option handling, global variables and local buffers.
- segmentation fault on very long input.
- doublely counted initial state of DFA.
- mkdfa.pl: unable to find mkfa on some OS.
- adintool: makes empty output file on termination.
- adintool: miss last inputs when killed.
- other small changes.

3.5.3 (2006.12.29)
==============
- 性能の改善
- 音響尤度計算の最適化: 約 20% から 40% の高速化
- メモリアクセスの最適化: 特に,第 2 パスでの仮設のメモリ空間の再利用
- 辞書・単語トレリス周りのメモリ割り付けを改善