spellchecker
spellchecker copied to clipboard
:book: A spell-checker extending Peter Norvig's with multi-typo correction, hamming distance weighting, and more.
Results
1
spellchecker issues
Sort by
recently updated
recently updated
newest added
hai, I am Irvan. I want to ask about `cmp` in your code: ```python freq_sorted = sorted(suggestions, cmp = comparefreq)[10:] # take the top 10 hamming_sorted = sorted(suggestions, cmp =...