-
Page 147, line -16: Delete the extra closing quotes on "reduced".
-
Page 149, line 13: Change "can be computing" to "can be computed".
-
Page 151, line 7: Delete unneeded closing paren after "vocabulary".
-
Page 151, line -15: Replace "unsolveable" with "unsolvable".
-
Page 154, line 15: Change "a operation" to "an operation".
-
Page 154, line 16: Change "as show in" to "as shown in".
-
Page 156, line 4: Replace "computing" with "computed".
-
Page 176, Figure 5.16: The line in the inner
loop doesn't perform the required sum. It should read:
forward[s',t+1] <-- forward[s',t+1] + forward[s,t]*a[s,s']*b[s',o_t]
-
Page 176, Figure 5.17: Replace .00062 in the upper right corner with .000062.
-
Page 180, Figure 5.20: Delete the extra "." in "..00036".
-
Page 180, line 2: Change "algorithm" to "algorithms".
-
Page 183, Figure 5.21: Change ID(D) to ID(I) in parts (c) and (d).
-
Page 184, line -12: Change "for each words" to "for each word".