bratekarate
bratekarate
I don't know how this plugin works in detail, but by including an n-gram language model, there are normally more results from LanguageTool based on the (large) n-gram model. More...
That is true, I have seen this issue. But it's still not clear to me if this is intended to be highly customizable or just one format, like the current...
@ThomasFeher Really? How do you do it? I also have i3 and configured `no_focus` for firefox. This works when I call `firefox` from the terminal. But as soon as I...
Ok, nevermind. I am thinking about a different usecase. I have my workspace split into my vim instance and one browser instance for the markdown. I just use this firefox...
As described in sylvainhalle/languagetool#1, I may have found a fix to build a proper fat JAR through Maven configuration in sylvainhalle/languagetool/pull/2. Just commenting here so the PR gets checked out...
**Edit: Better skip this comment, it has virtualy no information.** It's actually quite easy to get a hold of the jar `lucene-backward-codecs.jar`. I built languagetool with maven and it appears...
I have a fix!! Sorry for spamming and not editing the old comment, but it was so chaotic and beyond rescue. Just managed to build `languagetool` with working ngram checks...
Yes, I did. I found out about the relevant discussions after posting here. So please excuse the boilerplate, I was lost for a while. I created a sylvainhalle/languagetool#2 in the...
Have you used the code from my pull request? The code I pasted in this issue may not be optimal. So `languagetool-commandline/target/languagetool-commandline-fat.jar` does not exist at all?
Yes, the code in this issue names the file `languagetool-commandline-standalone`. In the PR I called it `languagetool-commandline-fat.jar`, to avoid confusion with the standalone module. If the jar still does not...