I made a repo, mostly so I could easily set this up on new machines. Basically, it's a self-hosted offline private version of Grammarly.

Go forth, and use good grammar! ๐Ÿ”ฎ

you are viewing a single comment's thread
view the rest of the comments
[โ€“] 6 points 1 year ago (2 children)

Isn't the issue with the different selfhosted variants that the official version has more language rules available?

  • source
  • hideshow 2 child comments
  • [โ€“] 10 points 1 year ago (1 child)

    Yeah I'm confused, isnt language tool also already open source? Nothing on the above repo explains the difference. Official language tool server can be found below

    https://github.com/languagetool-org/languagetool

  • source
  • parent
  • hideshow 1 child comment
  • [โ€“] 5 points 1 year ago

    Running LanguageTool locally is a bit of a pain, with some manual steps. Plus you have to fetch some data files. You can find around a few projects like this one to make it easier to run LanguageTool.

    And yes, as the poster mentioned, LanguageTool keeps some code exclusive to their paid version. There's a bit of a tension because they ask people not to extend OSS LanguageTool with their paid features.

    There's also this interesting clone, but it seems abandoned.

  • source
  • parent