Thursday, September 15, 2011

08/13/2011

Autocorrection is implemented in some ways through k-grams which are
mapped to words to which the user most likely wants. And the other way
is based on the edit distance which is computed through dynamic
programming.

-Ivan Zhou