typos-lsp
Spell checker
A source code spell checker for Visual Studio Code and LSP clients.
Source code spell checker for Visual Studio Code, Neovim and other LSP clients
279 stars
2 watching
7 forks
Language: Rust
last commit: about 1 month ago lsplsp-serverspellingspelling-correctionvscode
Related projects:
Repository | Description | Stars |
---|---|---|
divvun/divvunspell | Spell checking library with case handling and tokenization support | 14 |
michaelaquilina/flake8-spellcheck | Automates spellchecking of variable and function names in Python code to improve readability and prevent errors. | 72 |
prontolabs/pronto-spell | A tool that uses Aspell to automatically check and correct common spelling mistakes in source code | 5 |
retextjs/retext-spell | A plugin to check spelling in natural language text | 73 |
bakwc/jamspell | A spell checking library that uses context and ngram information to suggest corrections | 618 |
bnavetta/macvoikko | An OS X spell checking service implemented using libvoikko. | 6 |
ksoichiro/gradle-spelling-plugin | A plugin that analyzes text in source code to identify and correct spelling errors. | 4 |
universal-automata/liblevenshtein | A library that generates finite state transducers based on Levenshtein Automata for efficient spell checking and correction. | 67 |
tlikonen/cl-enchant | A Common Lisp interface to a spell-checker library | 17 |
devongovett/spellchecker.js | A spellchecking library based on Hunspell, allowing users to check and suggest corrections for words in various programming environments. | 17 |
reokatoa/koreksyon | Tools for developing and implementing spell-checking and grammar-checking capabilities in low-resource languages. | 3 |
mammothb/symspellpy | A Python implementation of an advanced spelling correction and fuzzy search algorithm | 809 |
client9/misspell | Corrects common English spelling mistakes in source code files using prebuilt word lists | 1,353 |
alvenirai/punctfix | A Python library that adds punctuation and capitalization to text without punctuation. | 23 |
rrthomas/enchant | Provides a simple abstraction for dealing with different spell-checking libraries in a consistent way. | 349 |