A simple autocorrect implementation. User types a word, and an AJAX call is made to an XML-RPC server, implemented in Python, which compares the provided word to 'known' words taken from a novel. If the word is incorrect, an attempt is made to guess the intended word. -
View it on GitHub