hunspell
typos
Our great sponsors
hunspell | typos | |
---|---|---|
17 | 15 | |
1,683 | 977 | |
2.1% | 9.4% | |
3.6 | 9.6 | |
20 days ago | 7 days ago | |
C++ | Rust | |
GNU Lesser General Public License v3.0 only | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
hunspell
-
Autocorrect anything with Google as a go-to spell check
Are you familiar with Hunspell? Dictionaries are comprehensive enough to be part of different Office Suites, so I don't see them as constricted to autocorrect.
You mentioned kinda like a con the online requirement, if you're interested in an offline method, try Hunspell. Otherwise, I just come up with this, is based on Google Suggestions API (even tho is not public):
- hunspell version?
-
Text Editor that supports spelling and grammar checking.
i prefer and use hunspell
-
spell-check selected text?
One can implement Huntspell which is what all browsers use (for example when typing in text areas). Is very simple and is C++.
- Documentation on writing a spell checker
-
MindForger 1.53.0 brings Kanban and Eisenhower Matrix on tags, spell check, CSV with OHE tags export and µ terminal
Hunspell-based spell check
-
ISuckAtSpelling.nvim: A NeoVim plugin that auto-corrects spelling mistakes in various natural and programming languages!
Excellent questions. https://github.com/wooorm/dictionaries here are some. The original dataset is here https://github.com/hunspell/hunspell#dictionaries
Since you are using already GPLv3: Why not reusing hunspell dictionaries/wordbooks? https://github.com/hunspell/hunspell
-
Rebuilding the spellchecker, pt.4: Introduction to suggest algorithm
Those questions are open ones—and even the way they can be answered is unclear. Intuitively, Hunspell's suggestions are quite decent—otherwise, it wouldn't be the most widespread spellchecker, after all. A fair amount of "unhappy customers" can be easily found, too, in hunspell's repo issues. At the same time, one should distinguish between different reasons for the sub-par suggestion quality. It might be due to the algorithm itself, or due to the source data quality: the literal absence of the desired suggestion in the dictionary, or lack of aff-file settings that could've guided Hunspell to finding it.
typos
-
LanguageTool-Rust v2 releases 🎉: using LanguageTool grammar checker with Rust
Is there good usage examples for this tool? typos simply traverses directories on invocation, wonder if there's a static analysis equivalent for ltrs.
-
Typos-CLI – Source code spell checker
there's a little comparison table here https://github.com/crate-ci/typos/blob/master/docs/comparison.md
-
How to fix typos in your code for goods !
typos
-
[Media] DidYouMean: A cli spelling corrector written in Rust!
Check out typos for ideas.
-
ANN: `trycmd` v0.7.0 released!
See an example port from assert_cmd to trycmd.
-
Sysexits – preferable exit codes for programs
When I was designing the programmatic API for my programmer's spell checker [0], I found that it was easy to get an exit code from something else in the stack and if they all used 1, there wasn't a way to differentiate. This is the reason I went with sysexists, so I would have a more nuanced codes to reduce the probability of two processes in the stack returning confusable errors.
-
ISuckAtSpelling.nvim: A NeoVim plugin that auto-corrects spelling mistakes in various natural and programming languages!
Not sure where you sourced your dictionary but checkout my spell checker comparison for others that have the same model for you. I know I've tested typos dictionary against Python's typeshed and Linux to identify false positives. codespell has quite a large, well maintained dictionary.
-
Saying Goodbye to Typo CI
> Finally, I have been thinking about how to encourage spell checking within code. I think a better solution would be a terminal command (like Standard) where a user just can run:
Interesting timing since I've been polishing up my source code spell checker in prep for announcing it. I even used the name "typos" because I couldn't find it in use as a CLI.
https://github.com/crate-ci/typos
There are also some other code spell checkers out there: https://github.com/crate-ci/typos/blob/master/docs/compariso...
-
C++ programmers who are also using rust, what are your favourite features of rust?
Here is an example of an Enum from one of my projects:
What are some alternatives?
SymSpell - SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm
nuspell - 🖋️ Fast and safe spellchecking C++ library
spellsitter.nvim - Treesitter powered spellchecker
WeCantSpell.Hunspell - A port of Hunspell v1 for .NET and .NET Standard
JamSpell - Modern spell checking library - accurate, fast, multi-language
cspell - A Spell Checker for Code!
vim-litecorrect - Lightweight auto-correction for Vim
vim-abolish - abolish.vim: easily search for, substitute, and abbreviate multiple variants of a word
codespell - check code for common misspellings
abbrev-man.nvim - 🍍 A NeoVim plugin for managing vim abbreviations.
dictionaries - Hunspell dictionaries in UTF-8