From 2a44e30191cce94a5ef0b8309b94109ba36ac352 Mon Sep 17 00:00:00 2001 From: Dipti Kulkarni Date: Tue, 24 Oct 2017 09:15:41 +0530 Subject: [PATCH] Update python-spell-checker.rst Peter Norvig's name typo (line 78) --- 2012/12/5/python-spell-checker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2012/12/5/python-spell-checker.rst b/2012/12/5/python-spell-checker.rst index 735f28c..403b390 100644 --- a/2012/12/5/python-spell-checker.rst +++ b/2012/12/5/python-spell-checker.rst @@ -75,6 +75,6 @@ The final thing I really like in this code snippet is the overriding of the key The code is simple and elegant and basically generates a set of candidates words based on the partial or badly spelt word (aka the original word). The most often used word from the candiates is chosen. Peter expalins how Bayes Theorem is used to select the best correction given the original word. -See more details, test results and further work at Peter Novig’s `site `_ . +See more details, test results and further work at Peter Norvig’s `site `_ .