License |
License |
---|---|
GroupId | GroupIdde.cit-ec.scie |
ArtifactId | ArtifactIdscie-core |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSCIE Core
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
scie-core-2.0.1.pom | |
scie-core-2.0.1.jar | 139 KB |
scie-core-2.0.1-sources.jar | 97 KB |
scie-core-2.0.1-javadoc.jar | 467 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.cit-ec.scie/scie-core/ -->
<dependency>
<groupId>de.cit-ec.scie</groupId>
<artifactId>scie-core</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.cit-ec.scie/scie-core/
implementation 'de.cit-ec.scie:scie-core:2.0.1'
// https://jarcasting.com/artifacts/de.cit-ec.scie/scie-core/
implementation ("de.cit-ec.scie:scie-core:2.0.1")
'de.cit-ec.scie:scie-core:jar:2.0.1'
<dependency org="de.cit-ec.scie" name="scie-core" rev="2.0.1">
<artifact name="scie-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.cit-ec.scie', module='scie-core', version='2.0.1')
)
libraryDependencies += "de.cit-ec.scie" % "scie-core" % "2.0.1"
[de.cit-ec.scie/scie-core "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.uima : uimaj-core | jar | 2.4.2 |
org.apache.uima : uimafit-core | jar | 2.0.0 |
log4j : log4j | jar | 1.2.14 |
edu.stanford.nlp » stanford-pos-tagger | jar | 3.5.0 |
de.cit-ec.scie : scie-typesystem | jar | 2.0.1 |
de.cit-ec.scie : pdf-extractor | jar | 2.0.1 |
de.cit-ec.scie : scie-classifiers | jar | 2.0.1 |
de.cit-ec.scie : ner-core | jar | 2.0.1 |
de.cit-ec.scie : ner-mapdb | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |