HunspellJNA
HunspellJNA copied to clipboard
Hunspell library for Java based on JNA
Probably a new "libhunspell-darwin-arm.dylib" would be needed as JNA will shortly add support for arm-based darwin: https://github.com/java-native-access/jna/pull/1297
Hi, intellij idea doesn't work correctly with hunspell dicts[1], would using your library help? [1] https://youtrack.jetbrains.com/issue/IDEA-151977#tab=Changes Thank for answer.
I would be obliged if you would add HunspellJNA to Maven Central. Sonatype has [a guide](https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide) on how to accomplish this. I also created a [test pom file](https://gist.github.com/3295061) which I...
I've tried doing it for my self buy any time i crash when i get to `Native.open()` method and i get `UnsatisfiedLinkError` although the dll is actualy there ...
When I recently tried to build LanguageTool for FreeBSD, I found that my platform is not supported by HunspellJNA: https://github.com/languagetool-org/languagetool/issues/366 As you can see in the above issue, I was...
I have the exception below when HunspellJNA is run on Windows 2008. Is it possible to include a Windows 2008 compiled version in native library folder ? Thank you. java.lang.UnsupportedOperationException:...
Hi! How can I want to connect a dictionary to the api and then make a jar (single jar) that will work no mether where it is run, without the...
# Security Vulnerability Fix This pull request fixes a Temporary File Information Disclosure Vulnerability, which existed in this project. ## Preamble The system temporary directory is shared between all users...