Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 413 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 413 Bytes

#Toy Spellchecker Inspired by Peter Norvig's article about How to Write a Spelling Corrector. His implementation was on Python and honestly, I don't think it can get any better than his because it's so elegant and simple to understand.

However, my version is intended to take inspiration from Norvig's and exercise my C++ skills a bit lol.

Have fun reading the code :)!