Java API Component
The Java API component of the Named Entity Recognition SDK includes:
-
The Named Entity Recognition library on Windows (
edkjni.dll
) or shared object on UNIX (libedkjni.so
). - The Java JAR file (
edk.jar
). -
Java code samples that you can compile and execute by using the Named Entity Recognition SDK.
The Java sample programs are provided with a Maven
pom.xml
file for building. For information on how to compile and run the sample files, refer to theREADME.md
file in the samples directory.
NOTE: You might also need additional runtime libraries to run the Named Entity Recognition SDK. See Named Entity Recognition SDK Package.