Live data from Hacker News

Language Tool – Open-source Grammarly alternative

languagetool.org

41–50 of 76 posts

Re: Language Tool – Open-source Grammarly alternative

#41
post #36

The premium version has a semi-hidden AI suggestion feature. If you double click a word it will select the whole sentence and suggest rewrites that are more formal or shorter. I've found the AI feature great for inspiration.

I haven't seen any announcement of this feature from LT, but it looks cool! Thanks for sharing.

Re: Language Tool – Open-source Grammarly alternative

#42

No Android or Linux app. Subscription is high (like others have said). Appears no offline version (might be wrong) and the text is stored on their servers be default unless you manually delete it. I'll not be using it but good effort though.

> Appears no offline version Sorta, you can always run the server locally on your own machine. It's a bit wasteful, but not terribly so. > No Android or Linux app I mean you can just use the plugins for browsers, email, and document writing. It won't work in the terminal (would it on MacOS regardless?) but I wouldn't consider that a downside. I'll be waiting for the Emacs package myself, but I doubt I'll have to hold…

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

Re: Language Tool – Open-source Grammarly alternative

#43
post #35

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

This is super cool. How does one find rules from GitHub?

It seems like the org has a collection of rules, but I just now searched by the topic and got a bunch - https://github.com/topics/vale

Re: Language Tool – Open-source Grammarly alternative

#44
post #40
post #8

Oof, that is a high monthly subscription cost

For me it says SEK 58.25 ($5.64) which seems more than reasonable.

I get €15.92 / month for monthly payments, €10.40 / month for quarterly and €3.99 / month for yearly. Are you looking at the yearly payments maybe?

Re: Language Tool – Open-source Grammarly alternative

#45
post #6
post #5

full of false positives - nothing special here, my 2c

Would you say it's better or worse than Grammarly? Are you talking about the free version or the premium version?

I'm a premium user and it's not even close to what grammarly provides but its features are good enough to use it.

Re: Language Tool – Open-source Grammarly alternative

#46
post #37

I've been using LanguageTool for a long time, and I'm also happily paying their premium subscription. 100% worth it and highly recommended. It's also excellent at non-English languages.

Is it better than Grammarly? I mean, sending all data to a Grammarly service brings the same privacy issues as sending it to Language Tool.

There is a big difference in terms of privacy: LanguageTool is open source and you can run it on your own computer. You can install it as browwer plugin, a LibreOffice plugin, or a standalone server that you can access from Emacs for example (the latter is no longer promoted on their website, but you can download JAR files from https://languagetool.org/download/).

Re: Language Tool – Open-source Grammarly alternative

#47

Earlier quoted context omitted.

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…

Does it work on Linux? Debain?

I run the Java server fine on my Lunix box and clients on Linux & ChromeOS use the browser LibreOffice plugins to connect to it over HTTP. Works great.

Re: Language Tool – Open-source Grammarly alternative

#48

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

LT does have the functionality to add your own tools, and is open source and self-hostable

Re: Language Tool – Open-source Grammarly alternative

#49

I'm a heavy user of LT. Very happy with it. A really nice feature of LT is that you can add your own rules. A rule editor is provided here: https://community.languagetool.org/ruleEditor2/ Basically, whenever you catch an error in your writing you add a rule to ensure that it is caught the next time. After a few years your rule set will catch a large portion of your writing errors. It's fun too.

Can you provide examples of rules you have written?
Post reply on HN