scramble
vale
scramble | vale | |
---|---|---|
2 | 49 | |
1,474 | 4,611 | |
4.1% | 1.9% | |
7.4 | 9.0 | |
3 months ago | 3 days ago | |
JavaScript | Go | |
MIT License | MIT License |
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.
scramble
-
Scramble: Open-Source Alternative to Grammarly
- Currently fixed to GPT-4-turbo
Future plans: add LLM provider/model choice, custom prompts, bug fixes, and improve default prompts.
It's probably buggy, but I'll keep improving it. Feedback welcome.
GitHub: https://github.com/zlwaterfield/scramble
vale
- Three shell scripts to improve your writing
-
Scramble: Open-Source Alternative to Grammarly
In the same space, I recommend checking out the Vale linter. Fairly powerful and open source, too. And doesn't rely on a backend.
https://vale.sh
-
FIXME Please: An Exercise in TODO Linters
Vale is a code prose checker. It takes a more opinionated approach to editorial style, and thus can require lots of tuning, but it is very extensible. Let’s have it check for TODOs. Run trunk check enable vale to get started.
- Software Technical Writing: A Guidebook [pdf]
- Grammarly editor writing service are malfunctioning
- Vale.sh – A Linter for Prose
- Ask HN: Best tool to proof-read technical documentation?
- Val, a high-level systems programming language
-
Common Bugs in Writing
Vale is an OSS tool that you can use as a "prose linter" with many of these rules. You can also write your own rules. Together with a spellchecker its a good replacement for proprietary tools like grammarly.
- https://github.com/errata-ai/vale
-
Just Simply – Stop saying how simple things are in our docs
> Write in US English with US grammar. (Tested in British.yml.)
heh, that was funny but it turns out the file is a list of British words checked using Vale, which I just learned existed: https://github.com/errata-ai/vale#readme (MIT)
Also, another TIL is that the "e" version of gray is British https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/.vale... I had previously erroneously assumed they were just one of those quirks of English (which, I guess is still true but it is less random than I thought)
What are some alternatives?
ltapiserv-rs - Server implementation of the LanguageTool API for offline grammar and spell checking, based on nlprule and symspell. And a small graphical command-line client.
markdownlint - Repository for the markdownlint-mdl-action Github Action
style - A Vale linter style that replicates the Economist style guide
remark-lint - plugins to check (lint) markdown code style
languagetool - Style and Grammar Checker for 25+ Languages
write-good - Naive linter for English prose
vscode-ltex - LTeX: Grammar/spell checker :mag::heavy_check_mark: for VS Code using LanguageTool with support for LaTeX :mortar_board:, Markdown :pencil:, and others
proselint - A linter for prose.
harper - The Grammar Checker for Developers
lsp-grammarly - lsp-mode ❤️ grammarly
markdownlint - Markdown lint tool
flycheck-grammarly - Grammarly support for Flycheck