[SciPy-user] Algorithm of Viterbi

Stefan van der Walt stefan at sun.ac.za
Mon Dec 3 10:28:24 EST 2007


Hi Dorian

On Sat, Dec 01, 2007 at 09:37:42PM +0100, Dorian wrote:
> Hi all,
> 
> Is there any tools about the algorithm of Viterbi using scypi ?.
> Any link on a clear tutorial will be very helpful.

You can find fast dynamic programming / shortest path search code
here:

  http://mentat.za.net/source/shortest_path.tar.bz2

Compile using

  python setup.py build_ext -i

and run the tests to make sure it works.

Regards
Stéfan



More information about the SciPy-User mailing list