misspell
Spelling checker
Corrects common English spelling mistakes in source code files using prebuilt word lists
Correct commonly misspelled English words in source files
1k stars
19 watching
115 forks
Language: Go
last commit: 7 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sobolevn/misspell-fixer-action | Automatically fixes typos and mistakes in source code and documentation | 148 |
bakwc/jamspell | A spell checking library that uses context and ngram information to suggest corrections | 618 |
reviewdog/action-misspell | Automates code review by detecting spelling and grammar errors in pull requests. | 92 |
prontolabs/pronto-spell | A tool that uses Aspell to automatically check and correct common spelling mistakes in source code | 5 |
jorelosorio/spellingcorrector | A program that uses machine learning to correct spelling mistakes in Spanish text | 2 |
retextjs/retext-spell | A plugin to check spelling in natural language text | 73 |
dimitarchristoff/mailcheck | A JavaScript plugin that suggests correct domain spellings in email addresses using string distance algorithms. | 15 |
tekumara/typos-lsp | A source code spell checker for Visual Studio Code and LSP clients. | 279 |
kwonoj/hunspell-asm | Provides a thin JavaScript interface to a spellchecking library using WebAssembly | 68 |
ericfreeman/fuck | A tool that corrects misspelled commands at the command line by simulating an old-style spell-checking system. | 388 |
segabor/hunspell | A Ruby wrapper for a popular spell checking library | 35 |
mammothb/symspellpy | A Python implementation of an advanced spelling correction and fuzzy search algorithm | 809 |
devongovett/spellchecker.js | A spellchecking library based on Hunspell, allowing users to check and suggest corrections for words in various programming environments. | 17 |
michaelaquilina/flake8-spellcheck | Automates spellchecking of variable and function names in Python code to improve readability and prevent errors. | 72 |
ruby/did_you_mean | A gem that suggests corrections for typos and errors in Ruby code | 1,871 |