Viterbi Algorithm in Python Guide

Viterbi algorithm in Python guide

Implement the Viterbi algorithm in Python with probability tables, backpointers, log scores, smoothing, and a small tagging example.