Implement Languagetool protocol #1388
Replies: 4 comments 4 replies
-
It's something I've considered, but never seriously attempted. I'd be interested in taking a crack at it. How would you want this to be distributed? I'm imagining two possibilities, each with their own pros and cons.
Which would you prefer? |
Beta Was this translation helpful? Give feedback.
-
I've never used LanguageTool but if there seems to be value in having some version of Harper available in the cloud somehow with a web API of some sort. This could be used in all manner of ways. A LanguageTool binary would still require a local server to communicate using its existing protocols right? Unless it can run over any arbitrary protocol? |
Beta Was this translation helpful? Give feedback.
-
Would love to see where this goes, since if there are also ways to copy all the grammatical rules from LanguageTools + some of the PRs/forks with missing functions of LT |
Beta Was this translation helpful? Give feedback.
-
Just found the API documentation here: https://languagetool.org/http-api/ Should make the re-implementation a lot easier. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
The other day this idea came into my mind: Did you ever think about implementing the server part of the Languagetool protocol? The would immediately enable a lot of clients to interact with your service (LibreOffice, Mozilla Thunderbird) since you can configure the target server (mostly).
The effort might not be too difficult since it's Http based.
Beta Was this translation helpful? Give feedback.
All reactions