-
If you're a Vim user, install the vim-grammarous[0] plugin to get LanguageTool powered grammar checking at the speed of thought.
[0] https://github.com/rhysd/vim-grammarous
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
No subscription is required for the base version no account, either. Of course, the base version doesn't have all the features as premium, but it is still excellent, in my opinion. I have used the free version for years. There is an offline version, as it is open source.
The full text isn't stored on the servers, but you can always just deploy it yourself for maximum privacy:
https://dev.languagetool.org/http-server
Furthermore, there are options for docker: https://github.com/languagetool-org/languagetool#docker
-
I'm fond of Vale, where you can write your own rules or grab others off github. I wish we could crowd source a grammarly clone using it. Some efforts have been made to do so, but didn't get far.
https://github.com/errata-ai/vale
https://github.com/testthedocs/Openly
-
nlprule
A fast, low-resource Natural Language Processing and Text Correction library written in Rust.
check out nlprule, it's LanguageTool alternative written in Rust
https://github.com/bminixhofer/nlprule
-
and if you're into Markdown, i can also recommend prosemd
https://github.com/kitten/prosemd-lsp
-
There’s already Emacs package, but it works only with offline version.
https://github.com/mhayashi1120/Emacs-langtool
Now that I checked, looks like there’s another package, but I didn’t t try it.
https://github.com/emacs-languagetool
-
errant
ERRor ANnotation Toolkit: Automatically extract and classify grammatical errors in parallel original and corrected sentences.
-