Harper – an open-source alternative to Grammarly
writewithharper.com
Harper – an open-source alternative to Grammarly
1–10 of 167 posts
Re: Harper – an open-source alternative to Grammarly
#2Re: Harper – an open-source alternative to Grammarly
#3Re: Harper – an open-source alternative to Grammarly
#4Is this using local LLMs or some other engine?
Re: Harper – an open-source alternative to Grammarly
#5Re: Harper – an open-source alternative to Grammarly
#6https://writewithharper.com/docs/rules
https://github.com/Automattic/harper/blob/0c04291bfec25d0e93...
"PointIsMoot" => (
["your point is mute"],
["your point is moot"],
"Did you mean `your point is moot`?",
"Typo: `moot` (meaning debatable) is correct rather than `mute`."
),Re: Harper – an open-source alternative to Grammarly
#7It is available in Autommatic's Github repository: https://github.com/Automattic/harper
Re: Harper – an open-source alternative to Grammarly
#8https://writewithharper.com/docs/integrations/language-serve...
Re: Harper – an open-source alternative to Grammarly
#9This seems to use a hard coded list of explicit rules, not an LLM https://writewithharper.com/docs/rules https://github.com/Automattic/harper/blob/0c04291bfec25d0e93... "PointIsMoot" => ( ["your point is mute"], ["your point is moot"], "Did you mean `your point is moot`?", "Typo: `moot` (meaning debatable) is correct rather than `mute`." ),
That it doesn't use LLMs is its advantage, it runs in under 10ms and can be easily embedded in software and still provide useful grammar checking even if it's not exhaustive