Download ner-core-2.0.jar file - Jar n

Jar examples for n:ner-core

Description

This module forms the main component of the ontology-based named entity recognition (NER). It can store arbitrary directed ontology graphs and supports multiple labels (ontological surface forms) per ontology graph node. It implements an easy to use class NamedEntityRecognition which can be used to (fuzzily) find the ontology instances in the text. This module has no dependencies.

You can download jar file ner-core 2.0 in this page.

License

The GNU Affero General Public License, Version 3

Build File

You can use the following script to add ner-core-2.0.jar to your project.

<dependency>
   <groupId>de.cit-ec.scie</groupId>
   <artifactId>ner-core</artifactId>
   <version>2.0</version>
</dependency>
compile group: 'de.cit-ec.scie', name: 'ner-core', version: '2.0'
libraryDependencies += "de.cit-ec.scie" % "ner-core" % "2.0"
<dependency org="de.cit-ec.scie" name="ner-core" rev="2.0"/>
@Grapes(@Grab(group='de.cit-ec.scie', module='ner-core', version='2.0'))
'de.cit-ec.scie:ner-core:jar:2.0'

Download

Click the following link to download the jar file.

ner-core-2.0-javadoc.jar
ner-core-2.0-sources.jar
ner-core-2.0.jar
ner-core-2.0.pom



Related Tutorials