Enrico Seiler
Enrico Seiler
I have a languagetool server running on my Raspberry Pi (arm64). It took some effort to get it running. I'm using the standalone version distributed via https://dev.languagetool.org/http-server and I'm currently...
After salvaging my bash history, I figured out how to compile it again. You'll need maven and java JDK. ```bash export JAVA_HOME=/usr/lib/jvm/java-1.14.0-openjdk-arm64 # adjust the path git clone https://github.com/nativelibs4java/BridJ cd...
Did you apply the patch? https://gist.github.com/eseiler/215a8ac37c512f7120345e2bb875b3b9 It should set the versions to 1.8.
> Is this something that should/could be fixed by LanguageTool? I would like to be able to get [Erikvl87/docker-languagetool](https://github.com/Erikvl87/docker-languagetool) working on ARM64 devices: [Erikvl87/docker-languagetool#15](https://github.com/Erikvl87/docker-languagetool/issues/15) I'm not familiar with the languagetool...
I did it like this, I don't know what the minimum requirement is (maybe you only need to do the x64 or the aarch64 folder). I am assuming that the...
> Would be great to have a ready to use language-server.zip which runs on M1 aarch64 without using rosetta. I agree that this would be the best solution. If docker...
@opensource21 Thanks for offering! But if your setup works well, I don't see any reason to experiment with docker. After all, the docker image for arm64 is just a workaround...
There is also a nice, short explanation on Stack Overflow: https://stackoverflow.com/a/67527508 The answer also contains a link to some slides I haven't yet looked at. My thoughts: * We have...
> > How does the runtime scale with increasing number of bins? We noticed with the IBF doesn't scale well so we are developing the hierarchical IBF (HIBF). > >...
> In every case, it would be helpful to have examples for `seqan3::assign_phred_to(some_phred_type{}, 37)}` etc. in the snippets for initialization of quality types (at least, I didn't find any). Where...