Code and Results for Chapter 8
Code written for general use
edit_distance.m
(solves the dynamic programming problem for word alignment)
transition_cost.m
(the transition cost for various character modifications)
Verifications/Duplication of Figures or Results from the Text
dup_fig_8_3.m
(computes the edit distance for various misspellings of "dream")
John Weatherwax