Findus23/pyLanguagetool

output could be like the jar file

Opened this issue · 1 comments

I mean a lot of other tools use the output of the cli languagetool.

java -jar languagetool-commandline.jar -l xx <filename>

If if could output the same format will be awesome

What exactly do you mean?
Do you think this tool should be able to use a local languagetool-commandline.jar to send the text towards (instead of the API) and then print it as usual? But in that case one could also run the same LanguageTool as a webserver on localhost and point pylanguagetool there.

Or do you think this tool should use the HTTP API, but then instead of printing the errors, give an output like the CLI does. But then I am wondering why. Could you explain what this would allow to do?