this post was submitted on 25 Jun 2025
70 points (100.0% liked)

Opensource

3218 readers
162 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
 

Harper is an English grammar checker designed to be just right. I created it after years of dealing with the shortcomings of the competition.

Grammarly was too expensive and too overbearing. Its suggestions lacked context, and were often just plain wrong. Not to mention: it's a privacy nightmare. Everything you write with Grammarly is sent to their servers. Their privacy policy claims they don't sell the data, but that doesn't mean they don't use it to train large language models and god knows what else. Not only that, but the round-trip-time of the network request makes revising your work all the more tedious.

LanguageTool is great, if you have gigabytes of RAM to spare and are willing to download the ~16GB n-gram dataset. Besides the memory requirements, I found LanguageTool too slow: it would take several seconds to lint even a moderate-size document.

That's why I created Harper: it is the grammar checker that fits my needs. Not only does it take milliseconds to lint a document, take less than 1/50th of LanguageTool's memory footprint, but it is also completely private.

top 3 comments
sorted by: hot top controversial new old
[–] muzzle@lemmy.zip 5 points 3 days ago (1 children)

Nice, but I can't find an issues on github about support for other languages. Should I open one?

[–] nous@programming.dev 6 points 3 days ago (1 children)

On their readme

Harper currently only supports English, but the core is extensible to support other languages, so we welcome contributions that allow for other language support.

[–] muzzle@lemmy.zip 3 points 3 days ago

Thanks, I can't implement that myself, but I want a github issue to follow to be notified when someone starts working on the feature.