Spelling correction Assignment

Computing minimum edit distance by hand, figure out whether drive is closer to brief or to divers. Use the definition of minimum edit distance illustrated Figure 3.26. Show your two Viterbi tables. Just to help you make some tedious decisions, make drive the target in both tables, and put your target at the beginning of each row (the way #intention is in Figure 3.26) and your source at the bottom of each column (the way #execution is in the figure). Be sure to use # to mark the beginning of each word.