Large Vocabulary Continuous Speech Recognition (LVCSR) Engine
Julius is an open-source high-performance large vocabulary continuous speech recognition (LVCSR) decoder software for speech-related researchers and developers. Based on word N-gram and triphone context-dependent HMM, it can perform almost real-time decoding on most current PCs with small amount of memory.
Julius is an open-source high-performance large vocabulary continuous speech recognition (LVCSR) decoder software for speech-related researchers and developers. Based on word N-gram and triphone context-dependent HMM, it can perform almost real-time decoding on most current PCs with small amount of memory.
To install julius, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install julius
To see what files were installed by julius, run:
port contents julius
To later upgrade julius, run:
sudo port selfupdate && sudo port upgrade julius
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.