angry-reviewer
Style corrector for academic writing and scientific papers at angryreviewer.com (by anufrievroman)
spylls
Pure Python spell-checker, (almost) full port of Hunspell (by zverok)
angry-reviewer | spylls | |
---|---|---|
1 | 2 | |
99 | 281 | |
- | - | |
5.3 | 4.2 | |
8 months ago | 6 months ago | |
Python | Python | |
GNU General Public License v3.0 or later | Mozilla Public License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
angry-reviewer
Posts with mentions or reviews of angry-reviewer.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-09-29.
-
Angry Reviewer
Note: this is not AI/GPT-3, just all heuristics surprisingly: https://github.com/anufrievroman/Angry-Reviewer
spylls
Posts with mentions or reviews of spylls.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-13.
-
Why I Stopped Using Sorbet in All My Ruby Projects
In my experience of working on complicated algorithmic project (spylls spellchecker) in Python after 15+ years of Ruby, I really liked the gradual typing experience: you write dynamic code to get a grip of the logic, and then start to add typing here and there - and it does help to clarify design, catch accidental null possibility, and in general make inter-module API more visible.
-
Rebuilding the most popular spellchecker. Part 1
Currently, Spylls has โ1.5k lines of library code in 14 files. It conforms (with some reservations) to all Hunspell's integrational tests. Those tests look like a set of files each, consisting of "test dictionary + what words should be considered good, what words should be considered bad, what should be suggested instead of the bad words", and there are 127 of such sets to pass. There are 2 thousand comment lines in the code, explaining thoroughly every detail of the algorithm and rendered at the Spylls documentation site; note that besides docstrings at the beginning of each class and method, there are also inline comments in codeโthat's why the documentation site uses custom theme with inline "Show code" feature.
What are some alternatives?
When comparing angry-reviewer and spylls you can also consider the following projects:
vim-angry-reviewer - Vim plugin for style correction for academic writing and scientific papers
hunspell - The most popular spellchecking library.
miss_hit - MATLAB Independent, Small & Safe, High Integrity Tools - code formatter and more
nspell - ๐ Hunspell compatible spell-checker
retext - ReText: Simple but powerful editor for Markdown and reStructuredText
WeCantSpell.Hunspell - A port of Hunspell v1 for .NET and .NET Standard
honst - Fixes your dataset according to your rules.
JamSpell - Modern spell checking library - accurate, fast, multi-language
language_tool_python - a free python grammar checker ๐โ
rbs_rails