Installing Sphinx3 on Linux

SPHINX is one of the best and most versatile recognition systems in the world today. I just installed Sphinx3 from tar ball source file as suggest in their page. I choose SPHINX-3 because it uses continuous HMMs. It can handle both live and batch decoding. Currently, it is the decoder most actively developed. I build it on Ubuntu 8.04. First of all, please download these two files sphinx3.nightly.tar.gz and sphinxbase.nightly.tar.gz.

Compiling process are as follows

$tar xzf sphinxbase.nightly.tar.gz
$tar xzf sphinx3.nightly.tar.gz
$cd sphinxbase
$./configure
$make
$cd ../sphinx3
$configure --prefix=/usr/local --with-sphinxbase=`pwd`/../sphinxbase
$make
$sudo make install

If you want to compile the source code retrieved from SVN, please refer to this page.

Related Posts

One Response to “Installing Sphinx3 on Linux”

  1. [...] Microcontroller Programming A Microcontroller Weblog « Installing Sphinx3 on Linux [...]

Leave a Reply