is not current version
Last Version 2.0.1

de.cit-ec.scie:ner-core 2.0

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.

GroupId

GroupId

de.cit-ec.scie
ArtifactId

ArtifactId

ner-core
Version

Version

2.0
Type

Type

jar

Download ner-core 2.0


<!-- https://jarcasting.com/artifacts/de.cit-ec.scie/ner-core/ -->
<dependency>
    <groupId>de.cit-ec.scie</groupId>
    <artifactId>ner-core</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.cit-ec.scie/ner-core/
implementation 'de.cit-ec.scie:ner-core:2.0'
// https://jarcasting.com/artifacts/de.cit-ec.scie/ner-core/
implementation ("de.cit-ec.scie:ner-core:2.0")
'de.cit-ec.scie:ner-core:jar:2.0'
<dependency org="de.cit-ec.scie" name="ner-core" rev="2.0">
  <artifact name="ner-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.cit-ec.scie', module='ner-core', version='2.0')
)
libraryDependencies += "de.cit-ec.scie" % "ner-core" % "2.0"
[de.cit-ec.scie/ner-core "2.0"]