Rebuilding the spellchecker
This is the table of contents for the ongoing “Rebuilding the spellchecker” series, dedicated to explaining how the world’s most popular spellchecker Hunspell works, via its Python port called Spylls.
- Introduction
- “Just look in the dictionary, they said!”: Dictionary lookup, pt.1
- “Compounds and solutions”: Dictionary lookup, pt.2 (word compounding)
- Introduction to suggest algorithm
- “Hunspell and the order of edits”: Edit-based suggest
- “Well, akchualy…”: Search for similar words suggest