Merge pull request #476 from Tosken1337/master

Added JavaCPP to the native section
This commit is contained in:
Andreas Kull
2017-02-23 09:53:27 +01:00
committed by GitHub

View File

@ -576,6 +576,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [JNA](https://github.com/java-native-access/jna) - Work with native libraries without writing JNI. Also provides interfaces to common system libraries.
* [JNR](https://github.com/jnr/jnr-ffi) - Work with native libraries without writing JNI. Also provides interfaces to common system libraries. Same goals as JNA, but faster, and serves as the basis for the upcoming [Project Panama](http://openjdk.java.net/projects/panama/).
* [JavaCPP](https://github.com/bytedeco/javacpp) - Provides efficient and easy access to native C++.
## Natural Language Processing