Julius (software)
Julius is a speech recognition engine, specifically a high-performance, two-pass large vocabulary continuous speech recognition (LVCSR) decoder software for speech-related researchers and developers. It can perform almost real-time computing (RTC) decoding on most current personal computers (PCs) in 60k word dictation task using word trigram (3-gram) and context-dependent Hidden Markov model (HMM). Major search methods are fully incorporated.
Original author(s) | Lee Akinobu |
---|---|
Developer(s) | Kawahara Lab., Kyoto University Julius project team, Nagoya Institute of Technology |
Initial release | 1991 |
Stable release | 4.6
/ 2 September 2020 |
Repository | github |
Written in | C |
Operating system | Unix (Linux, BSD, etc.), Windows (via Cygwin) |
Platform | IA-32, x86-64 |
Available in | Japanese, English |
Type | Speech recognition |
License | Free, BSD style |
Website | julius |
It is also modularized carefully to be independent from model structures, and various HMM types are supported such as shared-state triphones and tied-mixture models, with any number of mixtures, states, or phones. Standard formats are adopted to cope with other free modeling toolkit. The main platform is Linux and other Unix workstations, and it works on Windows. Julius is free and open-source software, released under a revised BSD style software license.
Julius has been developed as part of a free software toolkit for Japanese LVCSR research since 1997, and the work has been continued at Continuous Speech Recognition Consortium (CSRC), Japan from 2000 to 2003.
From rev.3.4, a grammar-based recognition parser named Julian is integrated into Julius. Julian is a modified version of Julius that uses hand-designed type of finite-state machine (FSM) termed a deterministic finite automaton (DFA) grammar as a language model. It can be used to build a kind of voice command system of small vocabulary, or various spoken dialog system tasks.