is not current version
Last Version 2.0.1

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

Contains the SCIE main application and the CLI interface. This project integrates the named entity recognition (NER), the PDF import and the classification and interfaces with the UIMA framework. The command line interface can be used to produce a set of UIMA XCAS files.

GroupId

GroupId

de.cit-ec.scie
ArtifactId

ArtifactId

scie-core
Version

Version

2.0
Type

Type

jar

Download scie-core 2.0


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