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
114 forks
Language: Go
last commit: 5 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 | 147 |
bakwc/jamspell | A spell checking library that uses context and ngram information to suggest corrections | 613 |
reviewdog/action-misspell | Automates code review by analyzing spelling mistakes in pull requests. | 90 |
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 plugin for suggesting correct email domain spellings based on a list of known domains. | 15 |
tekumara/typos-lsp | A source code spell checker for Visual Studio Code and LSP clients. | 267 |
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. | 385 |
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 | 801 |
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,872 |